#365F6C

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

Shades of Blumine #365F6C

Tints of Blumine #365F6C

Color information

#365F6C (or 0x365F6C) is unknown color: approx Blumine. HEX triplet: 36, 5F and 6C. RGB value is (54,95,108). Sum of RGB (Red+Green+Blue) = 54+95+108=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #365F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F6C is #C9A093. Grayscale: #545454. Windows color (decimal): -13213844 or 7102262. OLE color: 7102262.

HSL color Cylindrical-coordinate representation of color #365F6C: hue angle of 194.44º 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 #365F6C is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5495108-
CMYK0.500.1200.58
HSL194.44º33.33%31.76%-
HSV(B)194.44º50%42.35%-
XYZ8.3210.0515.69-
YUV84.22141.42106.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=21.01%
G=36.96%
B=42.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54951080.500.1200.58194.4433.3331.76
Hex365F6C32C03Ac22120
Octal6613715462140723024140
Binary110110101111111011001100101100011101011000010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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