#365766

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

Shades of Blumine #365766

Tints of Blumine #365766

Color information

#365766 (or 0x365766) is unknown color: approx Blumine. HEX triplet: 36, 57 and 66. RGB value is (54,87,102). Sum of RGB (Red+Green+Blue) = 54+87+102=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #365766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365766 is #C9A899. Grayscale: #4E4E4E. Windows color (decimal): -13215898 or 6706998. OLE color: 6706998.

HSL color Cylindrical-coordinate representation of color #365766: hue angle of 198.75º 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 #365766 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5487102-
CMYK0.470.1500.6
HSL198.75º30.77%30.59%-
HSV(B)198.75º47.06%40%-
XYZ7.338.5613.84-
YUV78.84141.07110.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=22.22%
G=35.80%
B=41.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54871020.470.1500.6198.7530.7730.59
Hex3657662FF03Cc71f1f
Octal6612714657170743073737
Binary1101101010111110011010111111110111100110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365766; }

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

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

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

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

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

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

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

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