#335759

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

Shades of Oracle #335759

Tints of Oracle #335759

Color information

#335759 (or 0x335759) is unknown color: approx Oracle. HEX triplet: 33, 57 and 59. RGB value is (51,87,89). Sum of RGB (Red+Green+Blue) = 51+87+89=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #335759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335759 is #CCA8A6. Grayscale: #4C4C4C. Windows color (decimal): -13412519 or 5855027. OLE color: 5855027.

HSL color Cylindrical-coordinate representation of color #335759: hue angle of 183.16º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335759 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB518789-
CMYK0.430.0200.65
HSL183.16º27.14%27.45%-
HSV(B)183.16º42.7%34.9%-
XYZ6.588.2410.7-
YUV76.46135.07109.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=22.47%
G=38.33%
B=39.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5187890.430.0200.65183.1627.1427.45
Hex3357592B2041b71b1b
Octal6312713153201012673333
Binary110011101011110110011010111001000001101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335759; }

 p { color: rgb(51,87,89); }

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

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

 a { background-color: rgb(51,87,89); }

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

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

 span { border-color: rgb(51,87,89); }

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