Html Css Color HEX #3976BD Curious Blue

📋 copy color: '#3976BD'

red 57 ◦ green 118 ◦ blue 189

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

Shades of Curious Blue #3976BD

Tints of Curious Blue #3976BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.92%

R = 15.66%
G = 32.42%
B = 51.92%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3976BD (or 0x3976BD) is known color: Curious Blue. HEX triplet: 39, 76 and BD. RGB value is (57,118,189). Sum of RGB (Red+Green+Blue) = 57+118+189=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #3976BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976BD is #C68942. Grayscale: #6B6B6B. Windows color (decimal): -13011267 or 12416569. OLE color: 12416569.

HSL color Cylindrical-coordinate representation of color #3976BD: hue angle of 212.27º degrees, saturation: 0.54, 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 #3976BD is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 118 189 -
CMYK 0.70 0.38 0 0.26
HSL 212.27º 0.54% 0.48% -
HSV(B) 212.27º 0.7% 0.74% -
XYZ 17.35 17.5 50.61 -
YUV 107.86 173.79 91.73 -
System Red Green Blue C M Y K H S L
Decimal 57 118 189 0.70 0.38 0 0.26 212.27 0.54 0.48
Hex 39 76 BD 46 26 0 1A D4 36 30
Octal 71 166 275 106 46 0 32 324 66 60
Binary 111001 1110110 10111101 1000110 100110 0 11010 11010100 110110 110000

Color Harmonies of #3976BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3976BD

Black with #3976BD

Text Example


Text Example

White with #3976BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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