#365F72

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

Shades of Blumine #365F72

Tints of Blumine #365F72

Color information

#365F72 (or 0x365F72) is unknown color: approx Blumine. HEX triplet: 36, 5F and 72. RGB value is (54,95,114). Sum of RGB (Red+Green+Blue) = 54+95+114=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #365F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F72 is #C9A08D. Grayscale: #545454. Windows color (decimal): -13213838 or 7495478. OLE color: 7495478.

HSL color Cylindrical-coordinate representation of color #365F72: hue angle of 199º 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 #365F72 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5495114-
CMYK0.530.1700.55
HSL199º35.71%32.94%-
HSV(B)199º52.63%44.71%-
XYZ8.6510.1817.43-
YUV84.91144.42105.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=20.53%
G=36.12%
B=43.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54951140.530.1700.5519935.7132.94
Hex365F723511037c72421
Octal6613716265210673074441
Binary1101101011111111001011010110001011011111000111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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