#335B60

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

Shades of Oracle #335B60

Tints of Oracle #335B60

Color information

#335B60 (or 0x335B60) is unknown color: approx Oracle. HEX triplet: 33, 5B and 60. RGB value is (51,91,96). Sum of RGB (Red+Green+Blue) = 51+91+96=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #335B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B60 is #CCA49F. Grayscale: #4F4F4F. Windows color (decimal): -13411488 or 6314803. OLE color: 6314803.

HSL color Cylindrical-coordinate representation of color #335B60: hue angle of 186.67º 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 #335B60 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB519196-
CMYK0.470.0500.62
HSL186.67º30.61%28.82%-
HSV(B)186.67º46.88%37.65%-
XYZ7.229.0312.43-
YUV79.61137.25107.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=21.43%
G=38.24%
B=40.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5191960.470.0500.62186.6730.6128.82
Hex335B602F503Ebb1f1d
Octal631331405750762733735
Binary110011101101111000001011111010111110101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335B60; }

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

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

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

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

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

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

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

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