#325655

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

Shades of Oracle #325655

Tints of Oracle #325655

Color information

#325655 (or 0x325655) is unknown color: approx Oracle. HEX triplet: 32, 56 and 55. RGB value is (50,86,85). Sum of RGB (Red+Green+Blue) = 50+86+85=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #325655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325655 is #CDA9AA. Grayscale: #4B4B4B. Windows color (decimal): -13478315 or 5592626. OLE color: 5592626.

HSL color Cylindrical-coordinate representation of color #325655: hue angle of 178.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #325655 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB508685-
CMYK0.4200.010.66
HSL178.33º26.47%26.67%-
HSV(B)178.33º41.86%33.73%-
XYZ6.287.999.81-
YUV75.12133.57110.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=22.62%
G=38.91%
B=38.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086850.4200.010.66178.3326.4726.67
Hex3256552A0142b21a1b
Octal6212612552011022623233
Binary11001010101101010101101010011000010101100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325655; }

 p { color: rgb(50,86,85); }

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

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

 a { background-color: rgb(50,86,85); }

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

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

 span { border-color: rgb(50,86,85); }

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