#325857

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

Shades of Oracle #325857

Tints of Oracle #325857

Color information

#325857 (or 0x325857) is unknown color: approx Oracle. HEX triplet: 32, 58 and 57. RGB value is (50,88,87). Sum of RGB (Red+Green+Blue) = 50+88+87=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #325857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325857 is #CDA7A8. Grayscale: #4C4C4C. Windows color (decimal): -13477801 or 5724210. OLE color: 5724210.

HSL color Cylindrical-coordinate representation of color #325857: hue angle of 178.42º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325857 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB508887-
CMYK0.4300.010.65
HSL178.42º27.54%27.06%-
HSV(B)178.42º43.18%34.51%-
XYZ6.538.3510.28-
YUV76.52133.91109.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=22.22%
G=39.11%
B=38.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088870.4300.010.65178.4227.5427.06
Hex3258572B0141b21c1b
Octal6213012753011012623433
Binary11001010110001010111101011011000001101100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325857; }

 p { color: rgb(50,88,87); }

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

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

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

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

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

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

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