#336063

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

Shades of Oracle #336063

Tints of Oracle #336063

Color information

#336063 (or 0x336063) is unknown color: approx Oracle. HEX triplet: 33, 60 and 63. RGB value is (51,96,99). Sum of RGB (Red+Green+Blue) = 51+96+99=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #336063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336063 is #CC9F9C. Grayscale: #525252. Windows color (decimal): -13410205 or 6512691. OLE color: 6512691.

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

Color convert

RGB519699-
CMYK0.480.0300.61
HSL183.75º32%29.41%-
HSV(B)183.75º48.48%38.82%-
XYZ7.89.9713.32-
YUV82.89137.09105.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=20.73%
G=39.02%
B=40.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5196990.480.0300.61183.753229.41
Hex33606330303Db8201d
Octal631401436030752704035
Binary110011110000011000111100001101111011011100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336063; }

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

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

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

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

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

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

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

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