#254560

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

Shades of Arapawa #254560

Tints of Arapawa #254560

Color information

#254560 (or 0x254560) is unknown color: approx Arapawa. HEX triplet: 25, 45 and 60. RGB value is (37,69,96). Sum of RGB (Red+Green+Blue) = 37+69+96=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #254560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254560 is #DABA9F. Grayscale: #3E3E3E. Windows color (decimal): -14334624 or 6309157. OLE color: 6309157.

HSL color Cylindrical-coordinate representation of color #254560: hue angle of 207.46º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254560 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB376996-
CMYK0.610.2800.62
HSL207.46º44.36%26.08%-
HSV(B)207.46º61.46%37.65%-
XYZ55.4911.86-
YUV62.51146.9109.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=18.32%
G=34.16%
B=47.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3769960.610.2800.62207.4644.3626.08
Hex2545603D1C03Ecf2c1a
Octal4510514075340763175432
Binary100101100010111000001111011110001111101100111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254560; }

 p { color: rgb(37,69,96); }

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

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

 a { background-color: rgb(37,69,96); }

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

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

 span { border-color: rgb(37,69,96); }

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