#325A5B

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

Shades of Oracle #325A5B

Tints of Oracle #325A5B

Color information

#325A5B (or 0x325A5B) is unknown color: approx Oracle. HEX triplet: 32, 5A and 5B. RGB value is (50,90,91). Sum of RGB (Red+Green+Blue) = 50+90+91=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #325A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A5B is #CDA5A4. Grayscale: #4E4E4E. Windows color (decimal): -13477285 or 5986866. OLE color: 5986866.

HSL color Cylindrical-coordinate representation of color #325A5B: hue angle of 181.46º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325A5B is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB509091-
CMYK0.450.0100.64
HSL181.46º29.08%27.65%-
HSV(B)181.46º45.05%35.69%-
XYZ6.868.7511.22-
YUV78.15135.25107.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=21.65%
G=38.96%
B=39.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5090910.450.0100.64181.4629.0827.65
Hex325A5B2D1040b51d1c
Octal6213213355101002653534
Binary11001010110101011011101101101000000101101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325A5B; }

 p { color: rgb(50,90,91); }

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

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

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

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

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

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

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