Html Css Color HEX #397EAA Curious Blue

📋 copy color: '#397EAA'

red 57 ◦ green 126 ◦ blue 170

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

Shades of Curious Blue #397EAA

Tints of Curious Blue #397EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.69%

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 16.15%
G = 35.69%
B = 48.16%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#397EAA (or 0x397EAA) is known color: Curious Blue. HEX triplet: 39, 7E and AA. RGB value is (57,126,170). Sum of RGB (Red+Green+Blue) = 57+126+170=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #397EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397EAA is #C68155. Grayscale: #6E6E6E. Windows color (decimal): -13009238 or 11173433. OLE color: 11173433.

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

Color convert

RGB 57 126 170 -
CMYK 0.66 0.26 0 0.33
HSL 203.36º 0.5% 0.45% -
HSV(B) 203.36º 0.66% 0.67% -
XYZ 16.4 18.69 40.77 -
YUV 110.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 57 126 170 0.66 0.26 0 0.33 203.36 0.5 0.45
Hex 39 7E AA 42 1A 0 21 CB 32 2D
Octal 71 176 252 102 32 0 41 313 62 55
Binary 111001 1111110 10101010 1000010 11010 0 100001 11001011 110010 101101

Color Harmonies of #397EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397EAA

Black with #397EAA

Text Example


Text Example

White with #397EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,126,170); }

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

background-color css

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

 a { background-color: rgb(57,126,170); }

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

border-color css

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

 span { border-color: rgb(57,126,170); }

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