#335456

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

Shades of Oracle #335456

Tints of Oracle #335456

Color information

#335456 (or 0x335456) is unknown color: approx Oracle. HEX triplet: 33, 54 and 56. RGB value is (51,84,86). Sum of RGB (Red+Green+Blue) = 51+84+86=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #335456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335456 is #CCABA9. Grayscale: #4A4A4A. Windows color (decimal): -13413290 or 5657651. OLE color: 5657651.

HSL color Cylindrical-coordinate representation of color #335456: hue angle of 183.43º 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 #335456 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB518486-
CMYK0.410.0200.66
HSL183.43º25.55%26.86%-
HSV(B)183.43º40.7%33.73%-
XYZ6.227.729.97-
YUV74.36134.57111.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=23.08%
G=38.01%
B=38.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5184860.410.0200.66183.4325.5526.86
Hex335456292042b71a1b
Octal6312412651201022673233
Binary110011101010010101101010011001000010101101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335456; }

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

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

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

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

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

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

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

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