#336165

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

Shades of Oracle #336165

Tints of Oracle #336165

Color information

#336165 (or 0x336165) is unknown color: approx Oracle. HEX triplet: 33, 61 and 65. RGB value is (51,97,101). Sum of RGB (Red+Green+Blue) = 51+97+101=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #336165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336165 is #CC9E9A. Grayscale: #535353. Windows color (decimal): -13409947 or 6644019. OLE color: 6644019.

HSL color Cylindrical-coordinate representation of color #336165: hue angle of 184.8º 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 #336165 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5197101-
CMYK0.500.0400.60
HSL184.8º32.89%29.8%-
HSV(B)184.8º49.5%39.61%-
XYZ7.9910.1913.86-
YUV83.7137.76104.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=20.48%
G=38.96%
B=40.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51971010.500.0400.60184.832.8929.8
Hex33616532403Cb9211e
Octal631411456240742714136
Binary1100111100001110010111001010001111001011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336165; }

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

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

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

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

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

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

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

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