#325A5D

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

Shades of Oracle #325A5D

Tints of Oracle #325A5D

Color information

#325A5D (or 0x325A5D) is unknown color: approx Oracle. HEX triplet: 32, 5A and 5D. RGB value is (50,90,93). Sum of RGB (Red+Green+Blue) = 50+90+93=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #325A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A5D is #CDA5A2. Grayscale: #4E4E4E. Windows color (decimal): -13477283 or 6117938. OLE color: 6117938.

HSL color Cylindrical-coordinate representation of color #325A5D: hue angle of 184.19º 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 #325A5D is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB509093-
CMYK0.460.0300.64
HSL184.19º30.07%28.04%-
HSV(B)184.19º46.24%36.47%-
XYZ6.958.7811.68-
YUV78.38136.25107.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=21.46%
G=38.63%
B=39.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5090930.460.0300.64184.1930.0728.04
Hex325A5D2E3040b81e1c
Octal6213213556301002703634
Binary110010101101010111011011101101000000101110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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