#325261

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

Shades of Arapawa #325261

Tints of Arapawa #325261

Color information

#325261 (or 0x325261) is unknown color: approx Arapawa. HEX triplet: 32, 52 and 61. RGB value is (50,82,97). Sum of RGB (Red+Green+Blue) = 50+82+97=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #325261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325261 is #CDAD9E. Grayscale: #4A4A4A. Windows color (decimal): -13479327 or 6378034. OLE color: 6378034.

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

Color convert

RGB508297-
CMYK0.480.1500.62
HSL199.15º31.97%28.82%-
HSV(B)199.15º48.45%38.04%-
XYZ6.497.5812.43-
YUV74.14140.9110.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=21.83%
G=35.81%
B=42.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5082970.480.1500.62199.1531.9728.82
Hex32526130F03Ec7201d
Octal6212214160170763074035
Binary11001010100101100001110000111101111101100011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325261; }

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

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

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

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

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

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

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

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