#25495D

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

Shades of Arapawa #25495D

Tints of Arapawa #25495D

Color information

#25495D (or 0x25495D) is unknown color: approx Arapawa. HEX triplet: 25, 49 and 5D. RGB value is (37,73,93). Sum of RGB (Red+Green+Blue) = 37+73+93=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #25495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25495D is #DAB6A2. Grayscale: #404040. Windows color (decimal): -14333603 or 6113573. OLE color: 6113573.

HSL color Cylindrical-coordinate representation of color #25495D: hue angle of 201.43º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25495D is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377393-
CMYK0.600.2200.64
HSL201.43º43.08%25.49%-
HSV(B)201.43º60.22%36.47%-
XYZ5.125.9511.23-
YUV64.52144.07108.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=18.23%
G=35.96%
B=45.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3773930.600.2200.64201.4343.0825.49
Hex25495D3C16040c92b19
Octal45111135742601003115331
Binary1001011001001101110111110010110010000001100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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