#365765

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

Shades of Blumine #365765

Tints of Blumine #365765

Color information

#365765 (or 0x365765) is unknown color: approx Blumine. HEX triplet: 36, 57 and 65. RGB value is (54,87,101). Sum of RGB (Red+Green+Blue) = 54+87+101=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #365765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365765 is #C9A89A. Grayscale: #4E4E4E. Windows color (decimal): -13215899 or 6641462. OLE color: 6641462.

HSL color Cylindrical-coordinate representation of color #365765: hue angle of 197.87º 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 #365765 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5487101-
CMYK0.470.1400.60
HSL197.87º30.32%30.39%-
HSV(B)197.87º46.53%39.61%-
XYZ7.288.5413.58-
YUV78.73140.57110.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=22.31%
G=35.95%
B=41.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54871010.470.1400.60197.8730.3230.39
Hex3657652FE03Cc61e1e
Octal6612714557160743063636
Binary1101101010111110010110111111100111100110001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365765; }

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

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

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

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

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

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

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

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