#365865

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

Shades of Blumine #365865

Tints of Blumine #365865

Color information

#365865 (or 0x365865) is unknown color: approx Blumine. HEX triplet: 36, 58 and 65. RGB value is (54,88,101). Sum of RGB (Red+Green+Blue) = 54+88+101=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #365865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365865 is #C9A79A. Grayscale: #4F4F4F. Windows color (decimal): -13215643 or 6641718. OLE color: 6641718.

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

Color convert

RGB5488101-
CMYK0.470.1300.60
HSL196.6º30.32%30.39%-
HSV(B)196.6º46.53%39.61%-
XYZ7.368.713.6-
YUV79.32140.24109.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=22.22%
G=36.21%
B=41.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54881010.470.1300.60196.630.3230.39
Hex3658652FD03Cc51e1e
Octal6613014557150743053636
Binary1101101011000110010110111111010111100110001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365865; }

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

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

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

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

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

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

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

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