#365F6E

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

Shades of Blumine #365F6E

Tints of Blumine #365F6E

Color information

#365F6E (or 0x365F6E) is unknown color: approx Blumine. HEX triplet: 36, 5F and 6E. RGB value is (54,95,110). Sum of RGB (Red+Green+Blue) = 54+95+110=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #365F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F6E is #C9A091. Grayscale: #545454. Windows color (decimal): -13213842 or 7233334. OLE color: 7233334.

HSL color Cylindrical-coordinate representation of color #365F6E: hue angle of 196.07º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #365F6E is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5495110-
CMYK0.510.1400.57
HSL196.07º34.15%32.16%-
HSV(B)196.07º50.91%43.14%-
XYZ8.4310.0916.26-
YUV84.45142.42106.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=20.85%
G=36.68%
B=42.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54951100.510.1400.57196.0734.1532.16
Hex365F6E33E039c42220
Octal6613715663160713044240
Binary110110101111111011101100111110011100111000100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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