#3C5888

Color #3C5888 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #3C5888

Tints of Fun Blue #3C5888

Color information

#3C5888 (or 0x3C5888) is unknown color: approx Fun Blue. HEX triplet: 3C, 58 and 88. RGB value is (60,88,136). Sum of RGB (Red+Green+Blue) = 60+88+136=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C5888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5888 is #C3A777. Grayscale: #545454. Windows color (decimal): -12822392 or 8935484. OLE color: 8935484.

HSL color Cylindrical-coordinate representation of color #3C5888: hue angle of 217.89º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C5888 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6088136-
CMYK0.560.3500.47
HSL217.89º38.78%38.43%-
HSV(B)217.89º55.88%53.33%-
XYZ9.89.7224.65-
YUV85.1156.72110.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.13%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=21.13%
G=30.99%
B=47.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60881360.560.3500.47217.8938.7838.43
Hex3C5888382302Fda2726
Octal7413021070430573324746
Binary111100101100010001000111000100011010111111011010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5888; }

 p { color: rgb(60,88,136); }

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

<style>
 a { background-color: #3C5888; }

 a { background-color: rgb(60,88,136); }

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

<style>
 span { border-color: #3C5888; }

 span { border-color: rgb(60,88,136); }

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