Html Css Color HEX #397DAB Curious Blue

📋 copy color: '#397DAB'

red 57 ◦ green 125 ◦ blue 171

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

Shades of Curious Blue #397DAB

Tints of Curious Blue #397DAB

RGB

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

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

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

R = 16.15%
G = 35.41%
B = 48.44%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#397DAB (or 0x397DAB) is known color: Curious Blue. HEX triplet: 39, 7D and AB. RGB value is (57,125,171). Sum of RGB (Red+Green+Blue) = 57+125+171=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #397DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397DAB is #C68254. Grayscale: #6D6D6D. Windows color (decimal): -13009493 or 11238713. OLE color: 11238713.

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

Color convert

RGB 57 125 171 -
CMYK 0.67 0.27 0 0.33
HSL 204.21º 0.5% 0.45% -
HSV(B) 204.21º 0.67% 0.67% -
XYZ 16.37 18.48 41.23 -
YUV 109.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 57 125 171 0.67 0.27 0 0.33 204.21 0.5 0.45
Hex 39 7D AB 43 1B 0 21 CC 32 2D
Octal 71 175 253 103 33 0 41 314 62 55
Binary 111001 1111101 10101011 1000011 11011 0 100001 11001100 110010 101101

Color Harmonies of #397DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DAB

Black with #397DAB

Text Example


Text Example

White with #397DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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