#325555

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

Shades of Oracle #325555

Tints of Oracle #325555

Color information

#325555 (or 0x325555) is unknown color: approx Oracle. HEX triplet: 32, 55 and 55. RGB value is (50,85,85). Sum of RGB (Red+Green+Blue) = 50+85+85=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #325555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325555 is #CDAAAA. Grayscale: #4A4A4A. Windows color (decimal): -13478571 or 5592370. OLE color: 5592370.

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

Color convert

RGB508585-
CMYK0.41000.67
HSL180º25.93%26.47%-
HSV(B)180º41.18%33.33%-
XYZ6.27.839.78-
YUV74.54133.9110.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=22.73%
G=38.64%
B=38.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085850.41000.6718025.9326.47
Hex325555290043b41a1a
Octal6212512551001032643232
Binary11001010101011010101101001001000011101101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325555; }

 p { color: rgb(50,85,85); }

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

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

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

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

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

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

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