Html Css Color HEX #397DBB Curious Blue

📋 copy color: '#397DBB'

red 57 ◦ green 125 ◦ blue 187

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

Shades of Curious Blue #397DBB

Tints of Curious Blue #397DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 15.45%
G = 33.88%
B = 50.68%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#397DBB (or 0x397DBB) is known color: Curious Blue. HEX triplet: 39, 7D and BB. RGB value is (57,125,187). Sum of RGB (Red+Green+Blue) = 57+125+187=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #397DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DBB is #C68244. Grayscale: #6F6F6F. Windows color (decimal): -13009477 or 12287289. OLE color: 12287289.

HSL color Cylindrical-coordinate representation of color #397DBB: hue angle of 208.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397DBB is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 125 187 -
CMYK 0.70 0.33 0 0.27
HSL 208.62º 0.53% 0.48% -
HSV(B) 208.62º 0.7% 0.73% -
XYZ 17.99 19.12 49.76 -
YUV 111.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 57 125 187 0.70 0.33 0 0.27 208.62 0.53 0.48
Hex 39 7D BB 46 21 0 1B D1 35 30
Octal 71 175 273 106 41 0 33 321 65 60
Binary 111001 1111101 10111011 1000110 100001 0 11011 11010001 110101 110000

Color Harmonies of #397DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DBB

Black with #397DBB

Text Example


Text Example

White with #397DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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