#36666E

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

Shades of Blumine #36666E

Tints of Blumine #36666E

Color information

#36666E (or 0x36666E) is unknown color: approx Blumine. HEX triplet: 36, 66 and 6E. RGB value is (54,102,110). Sum of RGB (Red+Green+Blue) = 54+102+110=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #36666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36666E is #C99991. Grayscale: #585858. Windows color (decimal): -13212050 or 7235126. OLE color: 7235126.

HSL color Cylindrical-coordinate representation of color #36666E: hue angle of 188.57º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36666E is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB54102110-
CMYK0.510.0700.57
HSL188.57º34.15%32.16%-
HSV(B)188.57º50.91%43.14%-
XYZ9.0911.4116.48-
YUV88.56140.1103.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=20.30%
G=38.35%
B=41.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal541021100.510.0700.57188.5734.1532.16
Hex36666E337039bd2220
Octal661461566370712754240
Binary11011011001101101110110011111011100110111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36666E; }

 p { color: rgb(54,102,110); }

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

<style>
 a { background-color: #36666E; }

 a { background-color: rgb(54,102,110); }

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

<style>
 span { border-color: #36666E; }

 span { border-color: rgb(54,102,110); }

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