Html Css Color HEX #397DAA Curious Blue

📋 copy color: '#397DAA'

red 57 ◦ green 125 ◦ blue 170

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

Shades of Curious Blue #397DAA

Tints of Curious Blue #397DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

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

R = 16.19%
G = 35.51%
B = 48.3%

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

#397DAA (or 0x397DAA) is known color: Curious Blue. HEX triplet: 39, 7D and AA. RGB value is (57,125,170). Sum of RGB (Red+Green+Blue) = 57+125+170=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #397DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397DAA is #C68255. Grayscale: #6D6D6D. Windows color (decimal): -13009494 or 11173177. OLE color: 11173177.

HSL color Cylindrical-coordinate representation of color #397DAA: hue angle of 203.89º 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 #397DAA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 125 170 -
CMYK 0.66 0.26 0 0.33
HSL 203.89º 0.5% 0.45% -
HSV(B) 203.89º 0.66% 0.67% -
XYZ 16.28 18.44 40.73 -
YUV 109.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 57 125 170 0.66 0.26 0 0.33 203.89 0.5 0.45
Hex 39 7D AA 42 1A 0 21 CC 32 2D
Octal 71 175 252 102 32 0 41 314 62 55
Binary 111001 1111101 10101010 1000010 11010 0 100001 11001100 110010 101101

Color Harmonies of #397DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DAA

Black with #397DAA

Text Example


Text Example

White with #397DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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