Html Css Color HEX #397EBC Curious Blue

📋 copy color: '#397EBC'

red 57 ◦ green 126 ◦ blue 188

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

Shades of Curious Blue #397EBC

Tints of Curious Blue #397EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 15.36%
G = 33.96%
B = 50.67%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#397EBC (or 0x397EBC) is known color: Curious Blue. HEX triplet: 39, 7E and BC. RGB value is (57,126,188). Sum of RGB (Red+Green+Blue) = 57+126+188=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #397EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EBC is #C68143. Grayscale: #707070. Windows color (decimal): -13009220 or 12353081. OLE color: 12353081.

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

Color convert

RGB 57 126 188 -
CMYK 0.70 0.33 0 0.26
HSL 208.4º 0.53% 0.48% -
HSV(B) 208.4º 0.7% 0.74% -
XYZ 18.23 19.42 50.37 -
YUV 112.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 57 126 188 0.70 0.33 0 0.26 208.4 0.53 0.48
Hex 39 7E BC 46 21 0 1A D0 35 30
Octal 71 176 274 106 41 0 32 320 65 60
Binary 111001 1111110 10111100 1000110 100001 0 11010 11010000 110101 110000

Color Harmonies of #397EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397EBC

Black with #397EBC

Text Example


Text Example

White with #397EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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