#335F60

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

Shades of Oracle #335F60

Tints of Oracle #335F60

Color information

#335F60 (or 0x335F60) is unknown color: approx Oracle. HEX triplet: 33, 5F and 60. RGB value is (51,95,96). Sum of RGB (Red+Green+Blue) = 51+95+96=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #335F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F60 is #CCA09F. Grayscale: #515151. Windows color (decimal): -13410464 or 6315827. OLE color: 6315827.

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

Color convert

RGB519596-
CMYK0.470.0100.62
HSL181.33º30.61%28.82%-
HSV(B)181.33º46.88%37.65%-
XYZ7.579.7312.55-
YUV81.96135.92105.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=21.07%
G=39.26%
B=39.67%

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
Decimal5195960.470.0100.62181.3330.6128.82
Hex335F602F103Eb51f1d
Octal631371405710762653735
Binary1100111011111110000010111110111110101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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