#365D6C

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

Shades of Blumine #365D6C

Tints of Blumine #365D6C

Color information

#365D6C (or 0x365D6C) is unknown color: approx Blumine. HEX triplet: 36, 5D and 6C. RGB value is (54,93,108). Sum of RGB (Red+Green+Blue) = 54+93+108=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #365D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D6C is #C9A293. Grayscale: #525252. Windows color (decimal): -13214356 or 7101750. OLE color: 7101750.

HSL color Cylindrical-coordinate representation of color #365D6C: hue angle of 196.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #365D6C is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5493108-
CMYK0.500.1400.58
HSL196.67º33.33%31.76%-
HSV(B)196.67º50%42.35%-
XYZ8.149.715.63-
YUV83.05142.08107.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=21.18%
G=36.47%
B=42.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54931080.500.1400.58196.6733.3331.76
Hex365D6C32E03Ac52120
Octal6613515462160723054140
Binary110110101110111011001100101110011101011000101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,108); }

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

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

 a { background-color: rgb(54,93,108); }

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

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

 span { border-color: rgb(54,93,108); }

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