#325B5D

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

Shades of Oracle #325B5D

Tints of Oracle #325B5D

Color information

#325B5D (or 0x325B5D) is unknown color: approx Oracle. HEX triplet: 32, 5B and 5D. RGB value is (50,91,93). Sum of RGB (Red+Green+Blue) = 50+91+93=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #325B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B5D is #CDA4A2. Grayscale: #4E4E4E. Windows color (decimal): -13477027 or 6118194. OLE color: 6118194.

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

Color convert

RGB509193-
CMYK0.460.0200.64
HSL182.79º30.07%28.04%-
HSV(B)182.79º46.24%36.47%-
XYZ7.038.9511.71-
YUV78.97135.92107.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=21.37%
G=38.89%
B=39.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091930.460.0200.64182.7930.0728.04
Hex325B5D2E2040b71e1c
Octal6213313556201002673634
Binary110010101101110111011011101001000000101101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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