#25475C

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

Shades of Arapawa #25475C

Tints of Arapawa #25475C

Color information

#25475C (or 0x25475C) is unknown color: approx Arapawa. HEX triplet: 25, 47 and 5C. RGB value is (37,71,92). Sum of RGB (Red+Green+Blue) = 37+71+92=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #25475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25475C is #DAB8A3. Grayscale: #3F3F3F. Windows color (decimal): -14334116 or 6047525. OLE color: 6047525.

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

Color convert

RGB377192-
CMYK0.600.2300.64
HSL202.91º42.64%25.29%-
HSV(B)202.91º59.78%36.08%-
XYZ4.955.6710.96-
YUV63.23144.24109.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 92 (36.33% from 255) = 46%
R=18.5%
G=35.5%
B=46%

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
Decimal3771920.600.2300.64202.9142.6425.29
Hex25475C3C17040cb2b19
Octal45107134742701003135331
Binary1001011000111101110011110010111010000001100101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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