Html Css Color HEX #397EBB Curious Blue

📋 copy color: '#397EBB'

red 57 ◦ green 126 ◦ blue 187

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

Shades of Curious Blue #397EBB

Tints of Curious Blue #397EBB

RGB

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

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

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

R = 15.41%
G = 34.05%
B = 50.54%

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

#397EBB (or 0x397EBB) is known color: Curious Blue. HEX triplet: 39, 7E and BB. RGB value is (57,126,187). Sum of RGB (Red+Green+Blue) = 57+126+187=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #397EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EBB is #C68144. Grayscale: #707070. Windows color (decimal): -13009221 or 12287545. OLE color: 12287545.

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

Color convert

RGB 57 126 187 -
CMYK 0.70 0.33 0 0.27
HSL 208.15º 0.53% 0.48% -
HSV(B) 208.15º 0.7% 0.73% -
XYZ 18.12 19.38 49.8 -
YUV 112.32 170.14 88.54 -
System Red Green Blue C M Y K H S L
Decimal 57 126 187 0.70 0.33 0 0.27 208.15 0.53 0.48
Hex 39 7E BB 46 21 0 1B D0 35 30
Octal 71 176 273 106 41 0 33 320 65 60
Binary 111001 1111110 10111011 1000110 100001 0 11011 11010000 110101 110000

Color Harmonies of #397EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397EBB

Black with #397EBB

Text Example


Text Example

White with #397EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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