Html Css Color HEX #397AAB Curious Blue

📋 copy color: '#397AAB'

red 57 ◦ green 122 ◦ blue 171

#397AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #397AAB

Tints of Curious Blue #397AAB

RGB

 RED value IS 57 (22.66% from 255) = 16.29%

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 16.29%
G = 34.86%
B = 48.86%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#397AAB (or 0x397AAB) is known color: Curious Blue. HEX triplet: 39, 7A and AB. RGB value is (57,122,171). Sum of RGB (Red+Green+Blue) = 57+122+171=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #397AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397AAB is #C68554. Grayscale: #6B6B6B. Windows color (decimal): -13010261 or 11237945. OLE color: 11237945.

HSL color Cylindrical-coordinate representation of color #397AAB: hue angle of 205.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397AAB is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 122 171 -
CMYK 0.67 0.29 0 0.33
HSL 205.79º 0.5% 0.45% -
HSV(B) 205.79º 0.67% 0.67% -
XYZ 16 17.73 41.11 -
YUV 108.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 57 122 171 0.67 0.29 0 0.33 205.79 0.5 0.45
Hex 39 7A AB 43 1D 0 21 CE 32 2D
Octal 71 172 253 103 35 0 41 316 62 55
Binary 111001 1111010 10101011 1000011 11101 0 100001 11001110 110010 101101

Color Harmonies of #397AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397AAB

Black with #397AAB

Text Example


Text Example

White with #397AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397AAB; }

 p { color: rgb(57,122,171); }

 H1.HeaderClassName
 {
   color: #397AAB;
 }
 .AnyTagClassName
 {
   color: #397AAB;
 }
</style>

background-color css

<style>
 a { background-color: #397AAB; }

 a { background-color: rgb(57,122,171); }

 div.DivClassName
 {
   background-color: #397AAB;
 }
 .BgClassName
 {
   background-color: #397AAB;
 }
</style>

border-color css

<style>
 span { border-color: #397AAB; }

 span { border-color: rgb(57,122,171); }

 td.TdClassName
 {
   border-color: #397AAB;
 }
 .TagClassName
 {
   border-color: #397AAB;
 }
</style>