#25476C

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

Shades of Arapawa #25476C

Tints of Arapawa #25476C

Color information

#25476C (or 0x25476C) is unknown color: approx Arapawa. HEX triplet: 25, 47 and 6C. RGB value is (37,71,108). Sum of RGB (Red+Green+Blue) = 37+71+108=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #25476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25476C is #DAB893. Grayscale: #404040. Windows color (decimal): -14334100 or 7096101. OLE color: 7096101.

HSL color Cylindrical-coordinate representation of color #25476C: hue angle of 211.27º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25476C is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3771108-
CMYK0.660.3400.58
HSL211.27º48.97%28.43%-
HSV(B)211.27º65.74%42.35%-
XYZ5.725.9815.04-
YUV65.05152.24107.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 108 (42.58% from 255) = 50%
R=17.13%
G=32.87%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37711080.660.3400.58211.2748.9728.43
Hex25476C422203Ad3311c
Octal45107154102420723236134
Binary10010110001111101100100001010001001110101101001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25476C; }

 p { color: rgb(37,71,108); }

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

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

 a { background-color: rgb(37,71,108); }

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

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

 span { border-color: rgb(37,71,108); }

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