#325A5C

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

Shades of Oracle #325A5C

Tints of Oracle #325A5C

Color information

#325A5C (or 0x325A5C) is unknown color: approx Oracle. HEX triplet: 32, 5A and 5C. RGB value is (50,90,92). Sum of RGB (Red+Green+Blue) = 50+90+92=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #325A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A5C is #CDA5A3. Grayscale: #4E4E4E. Windows color (decimal): -13477284 or 6052402. OLE color: 6052402.

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

Color convert

RGB509092-
CMYK0.460.0200.64
HSL182.86º29.58%27.84%-
HSV(B)182.86º45.65%36.08%-
XYZ6.98.7611.45-
YUV78.27135.75107.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=21.55%
G=38.79%
B=39.66%

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
Decimal5090920.460.0200.64182.8629.5827.84
Hex325A5C2E2040b71e1c
Octal6213213456201002673634
Binary110010101101010111001011101001000000101101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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