#365E72

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

Shades of Blumine #365E72

Tints of Blumine #365E72

Color information

#365E72 (or 0x365E72) is unknown color: approx Blumine. HEX triplet: 36, 5E and 72. RGB value is (54,94,114). Sum of RGB (Red+Green+Blue) = 54+94+114=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #365E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E72 is #C9A18D. Grayscale: #545454. Windows color (decimal): -13214094 or 7495222. OLE color: 7495222.

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

Color convert

RGB5494114-
CMYK0.530.1800.55
HSL200º35.71%32.94%-
HSV(B)200º52.63%44.71%-
XYZ8.561017.4-
YUV84.32144.75106.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=20.61%
G=35.88%
B=43.51%

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
Decimal54941140.530.1800.5520035.7132.94
Hex365E723512037c82421
Octal6613616265220673104441
Binary1101101011110111001011010110010011011111001000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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