#366263

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

Shades of Oracle #366263

Tints of Oracle #366263

Color information

#366263 (or 0x366263) is unknown color: approx Oracle. HEX triplet: 36, 62 and 63. RGB value is (54,98,99). Sum of RGB (Red+Green+Blue) = 54+98+99=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #366263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366263 is #C99D9C. Grayscale: #545454. Windows color (decimal): -13213085 or 6513206. OLE color: 6513206.

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

Color convert

RGB549899-
CMYK0.450.0100.61
HSL181.33º29.41%30%-
HSV(B)181.33º45.45%38.82%-
XYZ8.1410.4213.39-
YUV84.96135.92105.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=21.51%
G=39.04%
B=39.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5498990.450.0100.61181.3329.4130
Hex3662632D103Db51d1e
Octal661421435510752653536
Binary1101101100010110001110110110111101101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366263; }

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

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

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

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

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

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

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

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