#366068

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

Shades of Blumine #366068

Tints of Blumine #366068

Color information

#366068 (or 0x366068) is unknown color: approx Blumine. HEX triplet: 36, 60 and 68. RGB value is (54,96,104). Sum of RGB (Red+Green+Blue) = 54+96+104=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #366068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366068 is #C99F97. Grayscale: #545454. Windows color (decimal): -13213592 or 6840374. OLE color: 6840374.

HSL color Cylindrical-coordinate representation of color #366068: hue angle of 189.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #366068 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5496104-
CMYK0.480.0800.59
HSL189.6º31.65%30.98%-
HSV(B)189.6º48.08%40.78%-
XYZ8.210.1514.62-
YUV84.35139.09106.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=21.26%
G=37.80%
B=40.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54961040.480.0800.59189.631.6530.98
Hex36606830803Bbe201f
Octal6614015060100732764037
Binary11011011000001101000110000100001110111011111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366068; }

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

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

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

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

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

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

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

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