#3776CB

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

Shades of Curious Blue #3776CB

Tints of Curious Blue #3776CB

Color information

#3776CB (or 0x3776CB) is unknown color: approx Curious Blue. HEX triplet: 37, 76 and CB. RGB value is (55,118,203). Sum of RGB (Red+Green+Blue) = 55+118+203=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #3776CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776CB is #C88934. Grayscale: #6C6C6C. Windows color (decimal): -13142325 or 13334071. OLE color: 13334071.

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

Color convert

RGB55118203-
CMYK0.730.4200.20
HSL214.46º58.73%50.59%-
HSV(B)214.46º72.91%79.61%-
XYZ18.8318.0859-
YUV108.85181.1389.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.63%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 203 (79.69% from 255) = 53.99%
R=14.63%
G=31.38%
B=53.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal551182030.730.4200.20214.4658.7350.59
Hex3776CB492A014d63b33
Octal67166313111520243267363
Binary110111111011011001011100100110101001010011010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3776CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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