#366064

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

Shades of Oracle #366064

Tints of Oracle #366064

Color information

#366064 (or 0x366064) is unknown color: approx Oracle. HEX triplet: 36, 60 and 64. RGB value is (54,96,100). Sum of RGB (Red+Green+Blue) = 54+96+100=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 100 - color contains mainly: blue. Hex color #366064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366064 is #C99F9B. Grayscale: #535353. Windows color (decimal): -13213596 or 6578230. OLE color: 6578230.

HSL color Cylindrical-coordinate representation of color #366064: hue angle of 185.22º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #366064 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5496100-
CMYK0.460.0400.61
HSL185.22º29.87%30.2%-
HSV(B)185.22º46%39.22%-
XYZ810.0713.58-
YUV83.9137.09106.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 100 (39.45% from 255) = 40%
R=21.6%
G=38.4%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54961000.460.0400.61185.2229.8730.2
Hex3660642E403Db91e1e
Octal661401445640752713636
Binary110110110000011001001011101000111101101110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366064; }

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

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

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

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

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

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

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

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