#254760

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

Shades of Arapawa #254760

Tints of Arapawa #254760

Color information

#254760 (or 0x254760) is unknown color: approx Arapawa. HEX triplet: 25, 47 and 60. RGB value is (37,71,96). Sum of RGB (Red+Green+Blue) = 37+71+96=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #254760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254760 is #DAB89F. Grayscale: #3F3F3F. Windows color (decimal): -14334112 or 6309669. OLE color: 6309669.

HSL color Cylindrical-coordinate representation of color #254760: hue angle of 205.42º 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 #254760 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB377196-
CMYK0.610.2600.62
HSL205.42º44.36%26.08%-
HSV(B)205.42º61.46%37.65%-
XYZ5.135.7411.9-
YUV63.68146.24108.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=18.14%
G=34.80%
B=47.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3771960.610.2600.62205.4244.3626.08
Hex2547603D1A03Ecd2c1a
Octal4510714075320763155432
Binary100101100011111000001111011101001111101100110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254760; }

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

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

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

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

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

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

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

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