#365D72

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

Shades of Blumine #365D72

Tints of Blumine #365D72

Color information

#365D72 (or 0x365D72) is unknown color: approx Blumine. HEX triplet: 36, 5D and 72. RGB value is (54,93,114). Sum of RGB (Red+Green+Blue) = 54+93+114=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #365D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D72 is #C9A28D. Grayscale: #535353. Windows color (decimal): -13214350 or 7494966. OLE color: 7494966.

HSL color Cylindrical-coordinate representation of color #365D72: hue angle of 201º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365D72 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5493114-
CMYK0.530.1800.55
HSL201º35.71%32.94%-
HSV(B)201º52.63%44.71%-
XYZ8.479.8317.37-
YUV83.73145.08106.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=20.69%
G=35.63%
B=43.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54931140.530.1800.5520135.7132.94
Hex365D723512037c92421
Octal6613516265220673114441
Binary1101101011101111001011010110010011011111001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,114); }

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

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

 a { background-color: rgb(54,93,114); }

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

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

 span { border-color: rgb(54,93,114); }

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