#36556A

Color #36556A Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #36556A

Tints of Blumine #36556A

Color information

#36556A (or 0x36556A) is unknown color: approx Blumine. HEX triplet: 36, 55 and 6A. RGB value is (54,85,106). Sum of RGB (Red+Green+Blue) = 54+85+106=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #36556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36556A is #C9AA95. Grayscale: #4E4E4E. Windows color (decimal): -13216406 or 6968630. OLE color: 6968630.

HSL color Cylindrical-coordinate representation of color #36556A: hue angle of 204.23º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36556A is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5485106-
CMYK0.490.2000.58
HSL204.23º32.5%31.37%-
HSV(B)204.23º49.06%41.57%-
XYZ7.378.3214.85-
YUV78.12143.73110.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=22.04%
G=34.69%
B=43.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54851060.490.2000.58204.2332.531.37
Hex36556A311403Acc201f
Octal6612515261240723144037
Binary110110101010111010101100011010001110101100110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36556A; }

 p { color: rgb(54,85,106); }

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

<style>
 a { background-color: #36556A; }

 a { background-color: rgb(54,85,106); }

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

<style>
 span { border-color: #36556A; }

 span { border-color: rgb(54,85,106); }

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