Html Css Color HEX #3976CA Curious Blue

📋 copy color: '#3976CA'

red 57 ◦ green 118 ◦ blue 202

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

Shades of Curious Blue #3976CA

Tints of Curious Blue #3976CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 15.12%
G = 31.3%
B = 53.58%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3976CA (or 0x3976CA) is known color: Curious Blue. HEX triplet: 39, 76 and CA. RGB value is (57,118,202). Sum of RGB (Red+Green+Blue) = 57+118+202=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #3976CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976CA is #C68935. Grayscale: #6C6C6C. Windows color (decimal): -13011254 or 13268537. OLE color: 13268537.

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

Color convert

RGB 57 118 202 -
CMYK 0.72 0.42 0 0.21
HSL 214.76º 0.58% 0.51% -
HSV(B) 214.76º 0.72% 0.79% -
XYZ 18.83 18.09 58.38 -
YUV 109.34 180.29 90.67 -
System Red Green Blue C M Y K H S L
Decimal 57 118 202 0.72 0.42 0 0.21 214.76 0.58 0.51
Hex 39 76 CA 48 2A 0 15 D7 3A 33
Octal 71 166 312 110 52 0 25 327 72 63
Binary 111001 1110110 11001010 1001000 101010 0 10101 11010111 111010 110011

Color Harmonies of #3976CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3976CA

Black with #3976CA

Text Example


Text Example

White with #3976CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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