#335B5F

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

Shades of Oracle #335B5F

Tints of Oracle #335B5F

Color information

#335B5F (or 0x335B5F) is unknown color: approx Oracle. HEX triplet: 33, 5B and 5F. RGB value is (51,91,95). Sum of RGB (Red+Green+Blue) = 51+91+95=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #335B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B5F is #CCA4A0. Grayscale: #4F4F4F. Windows color (decimal): -13411489 or 6249267. OLE color: 6249267.

HSL color Cylindrical-coordinate representation of color #335B5F: hue angle of 185.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335B5F is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB519195-
CMYK0.460.0400.63
HSL185.45º30.14%28.63%-
HSV(B)185.45º46.32%37.25%-
XYZ7.179.0112.19-
YUV79.5136.75107.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=21.52%
G=38.40%
B=40.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5191950.460.0400.63185.4530.1428.63
Hex335B5F2E403Fb91e1d
Octal631331375640772713635
Binary110011101101110111111011101000111111101110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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