#365866

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

Shades of Blumine #365866

Tints of Blumine #365866

Color information

#365866 (or 0x365866) is unknown color: approx Blumine. HEX triplet: 36, 58 and 66. RGB value is (54,88,102). Sum of RGB (Red+Green+Blue) = 54+88+102=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #365866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365866 is #C9A799. Grayscale: #4F4F4F. Windows color (decimal): -13215642 or 6707254. OLE color: 6707254.

HSL color Cylindrical-coordinate representation of color #365866: hue angle of 197.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365866 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5488102-
CMYK0.470.1400.6
HSL197.5º30.77%30.59%-
HSV(B)197.5º47.06%40%-
XYZ7.418.7213.86-
YUV79.43140.74109.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=22.13%
G=36.07%
B=41.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54881020.470.1400.6197.530.7730.59
Hex3658662FE03Cc61f1f
Octal6613014657160743063737
Binary1101101011000110011010111111100111100110001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365866; }

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

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

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

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

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

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

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

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