#254660

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

Shades of Arapawa #254660

Tints of Arapawa #254660

Color information

#254660 (or 0x254660) is unknown color: approx Arapawa. HEX triplet: 25, 46 and 60. RGB value is (37,70,96). Sum of RGB (Red+Green+Blue) = 37+70+96=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #254660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254660 is #DAB99F. Grayscale: #3E3E3E. Windows color (decimal): -14334368 or 6309413. OLE color: 6309413.

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

Color convert

RGB377096-
CMYK0.610.2700.62
HSL206.44º44.36%26.08%-
HSV(B)206.44º61.46%37.65%-
XYZ5.065.6211.88-
YUV63.1146.57109.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=18.23%
G=34.48%
B=47.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3770960.610.2700.62206.4444.3626.08
Hex2546603D1B03Ece2c1a
Octal4510614075330763165432
Binary100101100011011000001111011101101111101100111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254660; }

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

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

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

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

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

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

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

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