#365E6E

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

Shades of Blumine #365E6E

Tints of Blumine #365E6E

Color information

#365E6E (or 0x365E6E) is unknown color: approx Blumine. HEX triplet: 36, 5E and 6E. RGB value is (54,94,110). Sum of RGB (Red+Green+Blue) = 54+94+110=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #365E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E6E is #C9A191. Grayscale: #535353. Windows color (decimal): -13214098 or 7233078. OLE color: 7233078.

HSL color Cylindrical-coordinate representation of color #365E6E: hue angle of 197.14º 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 #365E6E is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5494110-
CMYK0.510.1500.57
HSL197.14º34.15%32.16%-
HSV(B)197.14º50.91%43.14%-
XYZ8.349.9216.23-
YUV83.86142.75106.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=20.93%
G=36.43%
B=42.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54941100.510.1500.57197.1434.1532.16
Hex365E6E33F039c52220
Octal6613615663170713054240
Binary110110101111011011101100111111011100111000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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