#366163

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

Shades of Oracle #366163

Tints of Oracle #366163

Color information

#366163 (or 0x366163) is unknown color: approx Oracle. HEX triplet: 36, 61 and 63. RGB value is (54,97,99). Sum of RGB (Red+Green+Blue) = 54+97+99=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #366163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366163 is #C99E9C. Grayscale: #545454. Windows color (decimal): -13213341 or 6512950. OLE color: 6512950.

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

Color convert

RGB549799-
CMYK0.450.0200.61
HSL182.67º29.41%30%-
HSV(B)182.67º45.45%38.82%-
XYZ8.0510.2313.36-
YUV84.37136.25106.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=21.6%
G=38.8%
B=39.6%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5497990.450.0200.61182.6729.4130
Hex3661632D203Db71d1e
Octal661411435520752673536
Binary11011011000011100011101101100111101101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366163; }

 p { color: rgb(54,97,99); }

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

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

 a { background-color: rgb(54,97,99); }

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

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

 span { border-color: rgb(54,97,99); }

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