#335E60

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

Shades of Oracle #335E60

Tints of Oracle #335E60

Color information

#335E60 (or 0x335E60) is unknown color: approx Oracle. HEX triplet: 33, 5E and 60. RGB value is (51,94,96). Sum of RGB (Red+Green+Blue) = 51+94+96=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #335E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E60 is #CCA19F. Grayscale: #515151. Windows color (decimal): -13410720 or 6315571. OLE color: 6315571.

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

Color convert

RGB519496-
CMYK0.470.0200.62
HSL182.67º30.61%28.82%-
HSV(B)182.67º46.88%37.65%-
XYZ7.489.5512.52-
YUV81.37136.25106.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=21.16%
G=39.00%
B=39.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5194960.470.0200.62182.6730.6128.82
Hex335E602F203Eb71f1d
Octal631361405720762673735
Binary11001110111101100000101111100111110101101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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