#356363

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

Shades of Oracle #356363

Tints of Oracle #356363

Color information

#356363 (or 0x356363) is unknown color: approx Oracle. HEX triplet: 35, 63 and 63. RGB value is (53,99,99). Sum of RGB (Red+Green+Blue) = 53+99+99=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #356363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356363 is #CA9C9C. Grayscale: #555555. Windows color (decimal): -13278365 or 6513461. OLE color: 6513461.

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

Color convert

RGB539999-
CMYK0.46000.61
HSL180º30.26%29.8%-
HSV(B)180º46.46%38.82%-
XYZ8.1810.5813.42-
YUV85.25135.76105-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=21.12%
G=39.44%
B=39.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399990.46000.6118030.2629.8
Hex3563632E003Db41e1e
Octal651431435600752643636
Binary1101011100011110001110111000111101101101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356363; }

 p { color: rgb(53,99,99); }

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

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

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

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

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

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

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