#325356

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

Shades of Oracle #325356

Tints of Oracle #325356

Color information

#325356 (or 0x325356) is unknown color: approx Oracle. HEX triplet: 32, 53 and 56. RGB value is (50,83,86). Sum of RGB (Red+Green+Blue) = 50+83+86=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #325356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325356 is #CDACA9. Grayscale: #494949. Windows color (decimal): -13479082 or 5657394. OLE color: 5657394.

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

Color convert

RGB508386-
CMYK0.420.0300.66
HSL185º26.47%26.67%-
HSV(B)185º41.86%33.73%-
XYZ6.097.549.94-
YUV73.47135.07111.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 86 (33.98% from 255) = 39.27%
R=22.83%
G=37.90%
B=39.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5083860.420.0300.6618526.4726.67
Hex3253562A3042b91a1b
Octal6212312652301022713233
Binary110010101001110101101010101101000010101110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325356; }

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

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

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

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

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

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

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

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