#336361

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

Shades of Oracle #336361

Tints of Oracle #336361

Color information

#336361 (or 0x336361) is unknown color: approx Oracle. HEX triplet: 33, 63 and 61. RGB value is (51,99,97). Sum of RGB (Red+Green+Blue) = 51+99+97=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #336361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336361 is #CC9C9E. Grayscale: #545454. Windows color (decimal): -13409439 or 6382387. OLE color: 6382387.

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

Color convert

RGB519997-
CMYK0.4800.020.61
HSL177.5º32%29.41%-
HSV(B)177.5º48.48%38.82%-
XYZ7.9810.4912.91-
YUV84.42135.1104.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=20.65%
G=40.08%
B=39.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199970.4800.020.61177.53229.41
Hex33636130023Db2201d
Octal631431416002752624035
Binary110011110001111000011100000101111011011001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336361; }

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

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

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

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

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

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

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

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