#366070

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

Shades of Blumine #366070

Tints of Blumine #366070

Color information

#366070 (or 0x366070) is unknown color: approx Blumine. HEX triplet: 36, 60 and 70. RGB value is (54,96,112). Sum of RGB (Red+Green+Blue) = 54+96+112=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #366070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366070 is #C99F8F. Grayscale: #555555. Windows color (decimal): -13213584 or 7364662. OLE color: 7364662.

HSL color Cylindrical-coordinate representation of color #366070: hue angle of 196.55º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366070 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5496112-
CMYK0.520.1400.56
HSL196.55º34.94%32.55%-
HSV(B)196.55º51.79%43.92%-
XYZ8.6310.3216.87-
YUV85.27143.09105.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=20.61%
G=36.64%
B=42.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54961120.520.1400.56196.5534.9432.55
Hex36607034E038c52321
Octal6614016064160703054341
Binary110110110000011100001101001110011100011000101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366070; }

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

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

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

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

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

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

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

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