#25475F

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

Shades of Arapawa #25475F

Tints of Arapawa #25475F

Color information

#25475F (or 0x25475F) is unknown color: approx Arapawa. HEX triplet: 25, 47 and 5F. RGB value is (37,71,95). Sum of RGB (Red+Green+Blue) = 37+71+95=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #25475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25475F is #DAB8A0. Grayscale: #3F3F3F. Windows color (decimal): -14334113 or 6244133. OLE color: 6244133.

HSL color Cylindrical-coordinate representation of color #25475F: hue angle of 204.83º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25475F is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB377195-
CMYK0.610.2500.63
HSL204.83º43.94%25.88%-
HSV(B)204.83º61.05%37.25%-
XYZ5.085.7311.66-
YUV63.57145.74109.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=18.23%
G=34.98%
B=46.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3771950.610.2500.63204.8343.9425.88
Hex25475F3D1903Fcd2c1a
Octal4510713775310773155432
Binary100101100011110111111111011100101111111100110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25475F; }

 p { color: rgb(37,71,95); }

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

<style>
 a { background-color: #25475F; }

 a { background-color: rgb(37,71,95); }

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

<style>
 span { border-color: #25475F; }

 span { border-color: rgb(37,71,95); }

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