#325661

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

Shades of Casal #325661

Tints of Casal #325661

Color information

#325661 (or 0x325661) is unknown color: approx Casal. HEX triplet: 32, 56 and 61. RGB value is (50,86,97). Sum of RGB (Red+Green+Blue) = 50+86+97=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #325661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325661 is #CDA99E. Grayscale: #4C4C4C. Windows color (decimal): -13478303 or 6379058. OLE color: 6379058.

HSL color Cylindrical-coordinate representation of color #325661: hue angle of 194.04º 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 #325661 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB508697-
CMYK0.480.1100.62
HSL194.04º31.97%28.82%-
HSV(B)194.04º48.45%38.04%-
XYZ6.88.212.53-
YUV76.49139.57109.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=21.46%
G=36.91%
B=41.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5086970.480.1100.62194.0431.9728.82
Hex32566130B03Ec2201d
Octal6212614160130763024035
Binary11001010101101100001110000101101111101100001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325661; }

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

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

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

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

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

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

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

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