#25495A

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

Shades of Arapawa #25495A

Tints of Arapawa #25495A

Color information

#25495A (or 0x25495A) is unknown color: approx Arapawa. HEX triplet: 25, 49 and 5A. RGB value is (37,73,90). Sum of RGB (Red+Green+Blue) = 37+73+90=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #25495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25495A is #DAB6A5. Grayscale: #404040. Windows color (decimal): -14333606 or 5916965. OLE color: 5916965.

HSL color Cylindrical-coordinate representation of color #25495A: hue angle of 199.25º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25495A is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB377390-
CMYK0.590.1900.65
HSL199.25º41.73%24.9%-
HSV(B)199.25º58.89%35.29%-
XYZ4.995.910.55-
YUV64.17142.57108.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=18.5%
G=36.5%
B=45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3773900.590.1900.65199.2541.7324.9
Hex25495A3B13041c72a19
Octal45111132732301013075231
Binary1001011001001101101011101110011010000011100011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25495A; }

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

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

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

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

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

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

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

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