#366270

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

Shades of Blumine #366270

Tints of Blumine #366270

Color information

#366270 (or 0x366270) is unknown color: approx Blumine. HEX triplet: 36, 62 and 70. RGB value is (54,98,112). Sum of RGB (Red+Green+Blue) = 54+98+112=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #366270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366270 is #C99D8F. Grayscale: #565656. Windows color (decimal): -13213072 or 7365174. OLE color: 7365174.

HSL color Cylindrical-coordinate representation of color #366270: hue angle of 194.48º 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 #366270 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5498112-
CMYK0.520.1300.56
HSL194.48º34.94%32.55%-
HSV(B)194.48º51.79%43.92%-
XYZ8.8110.6916.93-
YUV86.44142.42104.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=20.45%
G=37.12%
B=42.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54981120.520.1300.56194.4834.9432.55
Hex36627034D038c22321
Octal6614216064150703024341
Binary110110110001011100001101001101011100011000010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366270; }

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

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

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

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

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

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

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

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