#335156

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

Shades of Oracle #335156

Tints of Oracle #335156

Color information

#335156 (or 0x335156) is unknown color: approx Oracle. HEX triplet: 33, 51 and 56. RGB value is (51,81,86). Sum of RGB (Red+Green+Blue) = 51+81+86=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #335156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335156 is #CCAEA9. Grayscale: #484848. Windows color (decimal): -13414058 or 5656883. OLE color: 5656883.

HSL color Cylindrical-coordinate representation of color #335156: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335156 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB518186-
CMYK0.410.0600.66
HSL188.57º25.55%26.86%-
HSV(B)188.57º40.7%33.73%-
XYZ5.997.269.89-
YUV72.6135.56112.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=23.39%
G=37.16%
B=39.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5181860.410.0600.66188.5725.5526.86
Hex335156296042bd1a1b
Octal6312112651601022753233
Binary1100111010001101011010100111001000010101111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335156; }

 p { color: rgb(51,81,86); }

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

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

 a { background-color: rgb(51,81,86); }

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

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

 span { border-color: rgb(51,81,86); }

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