#36517C

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

Shades of Fun Blue #36517C

Tints of Fun Blue #36517C

Color information

#36517C (or 0x36517C) is unknown color: approx Fun Blue. HEX triplet: 36, 51 and 7C. RGB value is (54,81,124). Sum of RGB (Red+Green+Blue) = 54+81+124=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #36517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36517C is #C9AE83. Grayscale: #4D4D4D. Windows color (decimal): -13217412 or 8147254. OLE color: 8147254.

HSL color Cylindrical-coordinate representation of color #36517C: hue angle of 216.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36517C is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5481124-
CMYK0.560.3500.51
HSL216.86º39.33%34.9%-
HSV(B)216.86º56.45%48.63%-
XYZ8.18.1220.21-
YUV77.83154.05111-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=20.85%
G=31.27%
B=47.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54811240.560.3500.51216.8639.3334.9
Hex36517C3823033d92723
Octal6612117470430633314743
Binary11011010100011111100111000100011011001111011001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36517C; }

 p { color: rgb(54,81,124); }

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

<style>
 a { background-color: #36517C; }

 a { background-color: rgb(54,81,124); }

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

<style>
 span { border-color: #36517C; }

 span { border-color: rgb(54,81,124); }

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