#366078

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

Shades of Blumine #366078

Tints of Blumine #366078

Color information

#366078 (or 0x366078) is unknown color: approx Blumine. HEX triplet: 36, 60 and 78. RGB value is (54,96,120). Sum of RGB (Red+Green+Blue) = 54+96+120=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #366078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366078 is #C99F87. Grayscale: #565656. Windows color (decimal): -13213576 or 7888950. OLE color: 7888950.

HSL color Cylindrical-coordinate representation of color #366078: hue angle of 201.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #366078 is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5496120-
CMYK0.550.200.53
HSL201.82º37.93%34.12%-
HSV(B)201.82º55%47.06%-
XYZ9.0910.5119.32-
YUV86.18147.09105.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=20%
G=35.56%
B=44.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54961200.550.200.53201.8237.9334.12
Hex3660783714035ca2622
Octal6614017067240653124642
Binary1101101100000111100011011110100011010111001010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366078; }

 p { color: rgb(54,96,120); }

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

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

 a { background-color: rgb(54,96,120); }

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

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

 span { border-color: rgb(54,96,120); }

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