#336065

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

Shades of Oracle #336065

Tints of Oracle #336065

Color information

#336065 (or 0x336065) is unknown color: approx Oracle. HEX triplet: 33, 60 and 65. RGB value is (51,96,101). Sum of RGB (Red+Green+Blue) = 51+96+101=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #336065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336065 is #CC9F9A. Grayscale: #535353. Windows color (decimal): -13410203 or 6643763. OLE color: 6643763.

HSL color Cylindrical-coordinate representation of color #336065: hue angle of 186º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336065 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5196101-
CMYK0.500.0500.60
HSL186º32.89%29.8%-
HSV(B)186º49.5%39.61%-
XYZ7.910.0113.83-
YUV83.12138.09105.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=20.56%
G=38.71%
B=40.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51961010.500.0500.6018632.8929.8
Hex33606532503Cba211e
Octal631401456250742724136
Binary1100111100000110010111001010101111001011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336065; }

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

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

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

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

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

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

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

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