#365965

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

Shades of Blumine #365965

Tints of Blumine #365965

Color information

#365965 (or 0x365965) is unknown color: approx Blumine. HEX triplet: 36, 59 and 65. RGB value is (54,89,101). Sum of RGB (Red+Green+Blue) = 54+89+101=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #365965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365965 is #C9A69A. Grayscale: #4F4F4F. Windows color (decimal): -13215387 or 6641974. OLE color: 6641974.

HSL color Cylindrical-coordinate representation of color #365965: hue angle of 195.32º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365965 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5489101-
CMYK0.470.1200.60
HSL195.32º30.32%30.39%-
HSV(B)195.32º46.53%39.61%-
XYZ7.448.8713.63-
YUV79.9139.9109.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=22.13%
G=36.48%
B=41.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54891010.470.1200.60195.3230.3230.39
Hex3659652FC03Cc31e1e
Octal6613114557140743033636
Binary1101101011001110010110111111000111100110000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365965; }

 p { color: rgb(54,89,101); }

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

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

 a { background-color: rgb(54,89,101); }

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

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

 span { border-color: rgb(54,89,101); }

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