#32505E

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

Shades of Arapawa #32505E

Tints of Arapawa #32505E

Color information

#32505E (or 0x32505E) is unknown color: approx Arapawa. HEX triplet: 32, 50 and 5E. RGB value is (50,80,94). Sum of RGB (Red+Green+Blue) = 50+80+94=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #32505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32505E is #CDAFA1. Grayscale: #484848. Windows color (decimal): -13479842 or 6180914. OLE color: 6180914.

HSL color Cylindrical-coordinate representation of color #32505E: hue angle of 199.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32505E is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB508094-
CMYK0.470.1500.63
HSL199.09º30.56%28.24%-
HSV(B)199.09º46.81%36.86%-
XYZ6.27.2211.66-
YUV72.63140.06111.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=22.32%
G=35.71%
B=41.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5080940.470.1500.63199.0930.5628.24
Hex32505E2FF03Fc71f1c
Octal6212013657170773073734
Binary1100101010000101111010111111110111111110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32505E; }

 p { color: rgb(50,80,94); }

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

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

 a { background-color: rgb(50,80,94); }

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

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

 span { border-color: rgb(50,80,94); }

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