#335155

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

Shades of Oracle #335155

Tints of Oracle #335155

Color information

#335155 (or 0x335155) is unknown color: approx Oracle. HEX triplet: 33, 51 and 55. RGB value is (51,81,85). Sum of RGB (Red+Green+Blue) = 51+81+85=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #335155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335155 is #CCAEAA. Grayscale: #484848. Windows color (decimal): -13414059 or 5591347. OLE color: 5591347.

HSL color Cylindrical-coordinate representation of color #335155: hue angle of 187.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335155 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB518185-
CMYK0.400.0500.67
HSL187.06º25%26.67%-
HSV(B)187.06º40%33.33%-
XYZ5.957.249.68-
YUV72.49135.06112.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=23.50%
G=37.33%
B=39.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5181850.400.0500.67187.062526.67
Hex335155285043bb191b
Octal6312112550501032733133
Binary1100111010001101010110100010101000011101110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335155; }

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

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

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

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

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

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

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

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