Html Css Color HEX #397DB9 Curious Blue

📋 copy color: '#397DB9'

red 57 ◦ green 125 ◦ blue 185

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

Shades of Curious Blue #397DB9

Tints of Curious Blue #397DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.41%

R = 15.53%
G = 34.06%
B = 50.41%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#397DB9 (or 0x397DB9) is known color: Curious Blue. HEX triplet: 39, 7D and B9. RGB value is (57,125,185). Sum of RGB (Red+Green+Blue) = 57+125+185=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #397DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DB9 is #C68246. Grayscale: #6F6F6F. Windows color (decimal): -13009479 or 12156217. OLE color: 12156217.

HSL color Cylindrical-coordinate representation of color #397DB9: hue angle of 208.12º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397DB9 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 125 185 -
CMYK 0.69 0.32 0 0.27
HSL 208.13º 0.53% 0.47% -
HSV(B) 208.13º 0.69% 0.73% -
XYZ 17.78 19.04 48.64 -
YUV 111.51 169.47 89.12 -
System Red Green Blue C M Y K H S L
Decimal 57 125 185 0.69 0.32 0 0.27 208.13 0.53 0.47
Hex 39 7D B9 45 20 0 1B D0 35 2F
Octal 71 175 271 105 40 0 33 320 65 57
Binary 111001 1111101 10111001 1000101 100000 0 11011 11010000 110101 101111

Color Harmonies of #397DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DB9

Black with #397DB9

Text Example


Text Example

White with #397DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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