#36507B

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

Shades of Fun Blue #36507B

Tints of Fun Blue #36507B

Color information

#36507B (or 0x36507B) is unknown color: approx Fun Blue. HEX triplet: 36, 50 and 7B. RGB value is (54,80,123). Sum of RGB (Red+Green+Blue) = 54+80+123=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #36507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36507B is #C9AF84. Grayscale: #4C4C4C. Windows color (decimal): -13217669 or 8081462. OLE color: 8081462.

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

Color convert

RGB5480123-
CMYK0.560.3500.52
HSL217.39º38.98%34.71%-
HSV(B)217.39º56.1%48.24%-
XYZ7.977.9519.85-
YUV77.13153.89111.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=21.01%
G=31.13%
B=47.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54801230.560.3500.52217.3938.9834.71
Hex36507B3823034d92723
Octal6612017370430643314743
Binary11011010100001111011111000100011011010011011001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36507B; }

 p { color: rgb(54,80,123); }

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

<style>
 a { background-color: #36507B; }

 a { background-color: rgb(54,80,123); }

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

<style>
 span { border-color: #36507B; }

 span { border-color: rgb(54,80,123); }

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