#25485D

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

Shades of Arapawa #25485D

Tints of Arapawa #25485D

Color information

#25485D (or 0x25485D) is unknown color: approx Arapawa. HEX triplet: 25, 48 and 5D. RGB value is (37,72,93). Sum of RGB (Red+Green+Blue) = 37+72+93=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #25485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25485D is #DAB7A2. Grayscale: #3F3F3F. Windows color (decimal): -14333859 or 6113317. OLE color: 6113317.

HSL color Cylindrical-coordinate representation of color #25485D: hue angle of 202.5º 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 #25485D is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377293-
CMYK0.600.2300.64
HSL202.5º43.08%25.49%-
HSV(B)202.5º60.22%36.47%-
XYZ5.065.8211.21-
YUV63.93144.4108.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=18.32%
G=35.64%
B=46.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3772930.600.2300.64202.543.0825.49
Hex25485D3C17040ca2b19
Octal45110135742701003125331
Binary1001011001000101110111110010111010000001100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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