Html Css Color HEX #3976CB Curious Blue

📋 copy color: '#3976CB'

red 57 ◦ green 118 ◦ blue 203

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

Shades of Curious Blue #3976CB

Tints of Curious Blue #3976CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 15.08%
G = 31.22%
B = 53.7%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3976CB (or 0x3976CB) is known color: Curious Blue. HEX triplet: 39, 76 and CB. RGB value is (57,118,203). Sum of RGB (Red+Green+Blue) = 57+118+203=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #3976CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976CB is #C68934. Grayscale: #6D6D6D. Windows color (decimal): -13011253 or 13334073. OLE color: 13334073.

HSL color Cylindrical-coordinate representation of color #3976CB: hue angle of 214.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3976CB is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 118 203 -
CMYK 0.72 0.42 0 0.20
HSL 214.93º 0.58% 0.51% -
HSV(B) 214.93º 0.72% 0.8% -
XYZ 18.95 18.14 59 -
YUV 109.45 180.79 90.59 -
System Red Green Blue C M Y K H S L
Decimal 57 118 203 0.72 0.42 0 0.20 214.93 0.58 0.51
Hex 39 76 CB 48 2A 0 14 D7 3A 33
Octal 71 166 313 110 52 0 24 327 72 63
Binary 111001 1110110 11001011 1001000 101010 0 10100 11010111 111010 110011

Color Harmonies of #3976CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3976CB

Black with #3976CB

Text Example


Text Example

White with #3976CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3976CB; }

 p { color: rgb(57,118,203); }

 H1.HeaderClassName
 {
   color: #3976CB;
 }
 .AnyTagClassName
 {
   color: #3976CB;
 }
</style>

background-color css

<style>
 a { background-color: #3976CB; }

 a { background-color: rgb(57,118,203); }

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

border-color css

<style>
 span { border-color: #3976CB; }

 span { border-color: rgb(57,118,203); }

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