#366063

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

Shades of Oracle #366063

Tints of Oracle #366063

Color information

#366063 (or 0x366063) is unknown color: approx Oracle. HEX triplet: 36, 60 and 63. RGB value is (54,96,99). Sum of RGB (Red+Green+Blue) = 54+96+99=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #366063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366063 is #C99F9C. Grayscale: #535353. Windows color (decimal): -13213597 or 6512694. OLE color: 6512694.

HSL color Cylindrical-coordinate representation of color #366063: hue angle of 184º 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 #366063 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB549699-
CMYK0.450.0300.61
HSL184º29.41%30%-
HSV(B)184º45.45%38.82%-
XYZ7.9610.0513.33-
YUV83.78136.59106.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=21.69%
G=38.55%
B=39.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5496990.450.0300.6118429.4130
Hex3660632D303Db81d1e
Octal661401435530752703536
Binary11011011000001100011101101110111101101110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366063; }

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

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

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

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

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

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

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

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