#325F61

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

Shades of Oracle #325F61

Tints of Oracle #325F61

Color information

#325F61 (or 0x325F61) is unknown color: approx Oracle. HEX triplet: 32, 5F and 61. RGB value is (50,95,97). Sum of RGB (Red+Green+Blue) = 50+95+97=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #325F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F61 is #CDA09E. Grayscale: #515151. Windows color (decimal): -13475999 or 6381362. OLE color: 6381362.

HSL color Cylindrical-coordinate representation of color #325F61: hue angle of 182.55º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #325F61 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB509597-
CMYK0.480.0200.62
HSL182.55º31.97%28.82%-
HSV(B)182.55º48.45%38.04%-
XYZ7.579.7312.79-
YUV81.77136.59105.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=20.66%
G=39.26%
B=40.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5095970.480.0200.62182.5531.9728.82
Hex325F6130203Eb7201d
Octal621371416020762674035
Binary110010101111111000011100001001111101011011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,97); }

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

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

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

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

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

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

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