#25496B

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

Shades of Arapawa #25496B

Tints of Arapawa #25496B

Color information

#25496B (or 0x25496B) is unknown color: approx Arapawa. HEX triplet: 25, 49 and 6B. RGB value is (37,73,107). Sum of RGB (Red+Green+Blue) = 37+73+107=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #25496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25496B is #DAB694. Grayscale: #414141. Windows color (decimal): -14333589 or 7031077. OLE color: 7031077.

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

Color convert

RGB3773107-
CMYK0.650.3200.58
HSL209.14º48.61%28.24%-
HSV(B)209.14º65.42%41.96%-
XYZ5.86.2214.8-
YUV66.11151.07107.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=17.05%
G=33.64%
B=49.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37731070.650.3200.58209.1448.6128.24
Hex25496B412003Ad1311c
Octal45111153101400723216134
Binary10010110010011101011100000110000001110101101000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25496B; }

 p { color: rgb(37,73,107); }

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

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

 a { background-color: rgb(37,73,107); }

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

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

 span { border-color: rgb(37,73,107); }

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