#36626F

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

Shades of Blumine #36626F

Tints of Blumine #36626F

Color information

#36626F (or 0x36626F) is unknown color: approx Blumine. HEX triplet: 36, 62 and 6F. RGB value is (54,98,111). Sum of RGB (Red+Green+Blue) = 54+98+111=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #36626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36626F is #C99D90. Grayscale: #565656. Windows color (decimal): -13213073 or 7299638. OLE color: 7299638.

HSL color Cylindrical-coordinate representation of color #36626F: hue angle of 193.68º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36626F is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5498111-
CMYK0.510.1200.56
HSL193.68º34.55%32.35%-
HSV(B)193.68º51.35%43.53%-
XYZ8.7610.6716.64-
YUV86.33141.92104.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 111 (43.75% from 255) = 42.21%
R=20.53%
G=37.26%
B=42.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54981110.510.1200.56193.6834.5532.35
Hex36626F33C038c22320
Octal6614215763140703024340
Binary110110110001011011111100111100011100011000010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36626F; }

 p { color: rgb(54,98,111); }

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

<style>
 a { background-color: #36626F; }

 a { background-color: rgb(54,98,111); }

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

<style>
 span { border-color: #36626F; }

 span { border-color: rgb(54,98,111); }

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