#325260

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

Shades of Arapawa #325260

Tints of Arapawa #325260

Color information

#325260 (or 0x325260) is unknown color: approx Arapawa. HEX triplet: 32, 52 and 60. RGB value is (50,82,96). Sum of RGB (Red+Green+Blue) = 50+82+96=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #325260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325260 is #CDAD9F. Grayscale: #494949. Windows color (decimal): -13479328 or 6312498. OLE color: 6312498.

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

Color convert

RGB508296-
CMYK0.480.1500.62
HSL198.26º31.51%28.63%-
HSV(B)198.26º47.92%37.65%-
XYZ6.447.5612.19-
YUV74.03140.4110.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=21.93%
G=35.96%
B=42.11%

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
Decimal5082960.480.1500.62198.2631.5128.63
Hex32526030F03Ec6201d
Octal6212214060170763064035
Binary11001010100101100000110000111101111101100011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325260; }

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

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

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

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

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

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

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

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