#365E66

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

Shades of Blumine #365E66

Tints of Blumine #365E66

Color information

#365E66 (or 0x365E66) is unknown color: approx Blumine. HEX triplet: 36, 5E and 66. RGB value is (54,94,102). Sum of RGB (Red+Green+Blue) = 54+94+102=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #365E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E66 is #C9A199. Grayscale: #525252. Windows color (decimal): -13214106 or 6708790. OLE color: 6708790.

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

Color convert

RGB5494102-
CMYK0.470.0800.6
HSL190º30.77%30.59%-
HSV(B)190º47.06%40%-
XYZ7.929.7514.03-
YUV82.95138.75107.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=21.6%
G=37.6%
B=40.8%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54941020.470.0800.619030.7730.59
Hex365E662F803Cbe1f1f
Octal6613614657100742763737
Binary1101101011110110011010111110000111100101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365E66; }

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

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

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

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

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

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

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

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