#3776C8

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

Shades of Curious Blue #3776C8

Tints of Curious Blue #3776C8

Color information

#3776C8 (or 0x3776C8) is unknown color: approx Curious Blue. HEX triplet: 37, 76 and C8. RGB value is (55,118,200). Sum of RGB (Red+Green+Blue) = 55+118+200=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #3776C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776C8 is #C88937. Grayscale: #6C6C6C. Windows color (decimal): -13142328 or 13137463. OLE color: 13137463.

HSL color Cylindrical-coordinate representation of color #3776C8: hue angle of 213.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3776C8 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55118200-
CMYK0.720.4100.22
HSL213.93º56.86%50%-
HSV(B)213.93º72.5%78.43%-
XYZ18.4817.9457.13-
YUV108.51179.6389.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.75%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 200 (78.52% from 255) = 53.62%
R=14.75%
G=31.64%
B=53.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551182000.720.4100.22213.9356.8650
Hex3776C84829016d63932
Octal67166310110510263267162
Binary110111111011011001000100100010100101011011010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3776C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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