#325556

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

Shades of Oracle #325556

Tints of Oracle #325556

Color information

#325556 (or 0x325556) is unknown color: approx Oracle. HEX triplet: 32, 55 and 56. RGB value is (50,85,86). Sum of RGB (Red+Green+Blue) = 50+85+86=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 85 (33.59% from 255 or 38.46% 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 #325556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325556 is #CDAAA9. Grayscale: #4A4A4A. Windows color (decimal): -13478570 or 5657906. OLE color: 5657906.

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

Color convert

RGB508586-
CMYK0.420.0100.66
HSL181.67º26.47%26.67%-
HSV(B)181.67º41.86%33.73%-
XYZ6.247.859.99-
YUV74.65134.4110.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=22.62%
G=38.46%
B=38.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5085860.420.0100.66181.6726.4726.67
Hex3255562A1042b61a1b
Octal6212512652101022663233
Binary11001010101011010110101010101000010101101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325556; }

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

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

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

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

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

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

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

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