#25495B

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

Shades of Arapawa #25495B

Tints of Arapawa #25495B

Color information

#25495B (or 0x25495B) is unknown color: approx Arapawa. HEX triplet: 25, 49 and 5B. RGB value is (37,73,91). Sum of RGB (Red+Green+Blue) = 37+73+91=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #25495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25495B is #DAB6A4. Grayscale: #404040. Windows color (decimal): -14333605 or 5982501. OLE color: 5982501.

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

Color convert

RGB377391-
CMYK0.590.2000.64
HSL200º42.19%25.1%-
HSV(B)200º59.34%35.69%-
XYZ5.035.9110.77-
YUV64.29143.07108.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=18.41%
G=36.32%
B=45.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3773910.590.2000.6420042.1925.1
Hex25495B3B14040c82a19
Octal45111133732401003105231
Binary1001011001001101101111101110100010000001100100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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