#25495C

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

Shades of Arapawa #25495C

Tints of Arapawa #25495C

Color information

#25495C (or 0x25495C) is unknown color: approx Arapawa. HEX triplet: 25, 49 and 5C. RGB value is (37,73,92). Sum of RGB (Red+Green+Blue) = 37+73+92=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #25495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25495C is #DAB6A3. Grayscale: #404040. Windows color (decimal): -14333604 or 6048037. OLE color: 6048037.

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

Color convert

RGB377392-
CMYK0.600.2100.64
HSL200.73º42.64%25.29%-
HSV(B)200.73º59.78%36.08%-
XYZ5.085.9311-
YUV64.4143.57108.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=18.32%
G=36.14%
B=45.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3773920.600.2100.64200.7342.6425.29
Hex25495C3C15040c92b19
Octal45111134742501003115331
Binary1001011001001101110011110010101010000001100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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