#336061

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

Shades of Oracle #336061

Tints of Oracle #336061

Color information

#336061 (or 0x336061) is unknown color: approx Oracle. HEX triplet: 33, 60 and 61. RGB value is (51,96,97). Sum of RGB (Red+Green+Blue) = 51+96+97=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #336061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336061 is #CC9F9E. Grayscale: #525252. Windows color (decimal): -13410207 or 6381619. OLE color: 6381619.

HSL color Cylindrical-coordinate representation of color #336061: hue angle of 181.3º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #336061 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB519697-
CMYK0.470.0100.62
HSL181.3º31.08%29.02%-
HSV(B)181.3º47.42%38.04%-
XYZ7.719.9312.82-
YUV82.66136.09105.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=20.90%
G=39.34%
B=39.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196970.470.0100.62181.331.0829.02
Hex3360612F103Eb51f1d
Octal631401415710762653735
Binary1100111100000110000110111110111110101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336061; }

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

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

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

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

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

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

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

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