#365E76

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

Shades of Blumine #365E76

Tints of Blumine #365E76

Color information

#365E76 (or 0x365E76) is unknown color: approx Blumine. HEX triplet: 36, 5E and 76. RGB value is (54,94,118). Sum of RGB (Red+Green+Blue) = 54+94+118=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #365E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E76 is #C9A189. Grayscale: #545454. Windows color (decimal): -13214090 or 7757366. OLE color: 7757366.

HSL color Cylindrical-coordinate representation of color #365E76: hue angle of 202.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #365E76 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5494118-
CMYK0.540.2000.54
HSL202.5º37.21%33.73%-
HSV(B)202.5º54.24%46.27%-
XYZ8.7910.118.63-
YUV84.78146.75106.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=20.30%
G=35.34%
B=44.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54941180.540.2000.54202.537.2133.73
Hex365E763614036ca2522
Octal6613616666240663124542
Binary1101101011110111011011011010100011011011001010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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