#366670

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

Shades of Blumine #366670

Tints of Blumine #366670

Color information

#366670 (or 0x366670) is unknown color: approx Blumine. HEX triplet: 36, 66 and 70. RGB value is (54,102,112). Sum of RGB (Red+Green+Blue) = 54+102+112=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #366670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366670 is #C9998F. Grayscale: #585858. Windows color (decimal): -13212048 or 7366198. OLE color: 7366198.

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

Color convert

RGB54102112-
CMYK0.520.0900.56
HSL190.34º34.94%32.55%-
HSV(B)190.34º51.79%43.92%-
XYZ9.211.4617.06-
YUV88.79141.1103.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=20.15%
G=38.06%
B=41.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541021120.520.0900.56190.3434.9432.55
Hex366670349038be2321
Octal6614616064110702764341
Binary110110110011011100001101001001011100010111110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366670; }

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

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

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

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

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

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

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

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