#3976B6

Color #3976B6 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3976B6

Tints of Curious Blue #3976B6

Color information

#3976B6 (or 0x3976B6) is unknown color: approx Curious Blue. HEX triplet: 39, 76 and B6. RGB value is (57,118,182). Sum of RGB (Red+Green+Blue) = 57+118+182=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #3976B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976B6 is #C68949. Grayscale: #6A6A6A. Windows color (decimal): -13011274 or 11957817. OLE color: 11957817.

HSL color Cylindrical-coordinate representation of color #3976B6: hue angle of 210.72º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3976B6 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57118182-
CMYK0.690.3500.29
HSL210.72º52.3%46.86%-
HSV(B)210.72º68.68%71.37%-
XYZ16.6117.246.7-
YUV107.06170.2992.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 182 (71.48% from 255) = 50.98%
R=15.97%
G=33.05%
B=50.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571181820.690.3500.29210.7252.346.86
Hex3976B6452301Dd3342f
Octal71166266105430353236457
Binary111001111011010110110100010110001101110111010011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3976B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3976B6;
 }
 .AnyTagClassName
 {
   color: #3976B6;
 }
</style>
background-color css

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

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

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

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

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

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