#36616B

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

Shades of Blumine #36616B

Tints of Blumine #36616B

Color information

#36616B (or 0x36616B) is unknown color: approx Blumine. HEX triplet: 36, 61 and 6B. RGB value is (54,97,107). Sum of RGB (Red+Green+Blue) = 54+97+107=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #36616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36616B is #C99E94. Grayscale: #555555. Windows color (decimal): -13213333 or 7037238. OLE color: 7037238.

HSL color Cylindrical-coordinate representation of color #36616B: hue angle of 191.32º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36616B is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5497107-
CMYK0.500.0900.58
HSL191.32º32.92%31.57%-
HSV(B)191.32º49.53%41.96%-
XYZ8.4510.415.47-
YUV85.28140.25105.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=20.93%
G=37.60%
B=41.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54971070.500.0900.58191.3232.9231.57
Hex36616B32903Abf2120
Octal6614115362110722774140
Binary110110110000111010111100101001011101010111111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,97,107); }

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

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

 a { background-color: rgb(54,97,107); }

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

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

 span { border-color: rgb(54,97,107); }

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