#325858

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

Shades of Oracle #325858

Tints of Oracle #325858

Color information

#325858 (or 0x325858) is unknown color: approx Oracle. HEX triplet: 32, 58 and 58. RGB value is (50,88,88). Sum of RGB (Red+Green+Blue) = 50+88+88=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #325858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325858 is #CDA7A7. Grayscale: #4C4C4C. Windows color (decimal): -13477800 or 5789746. OLE color: 5789746.

HSL color Cylindrical-coordinate representation of color #325858: hue angle of 180º 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 #325858 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB508888-
CMYK0.43000.65
HSL180º27.54%27.06%-
HSV(B)180º43.18%34.51%-
XYZ6.578.3610.5-
YUV76.64134.41109-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=22.12%
G=38.94%
B=38.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088880.43000.6518027.5427.06
Hex3258582B0041b41c1b
Octal6213013053001012643433
Binary11001010110001011000101011001000001101101001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325858; }

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

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

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

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

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

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

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

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