#254a5e

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

Shades of Arapawa #254A5E

Tints of Arapawa #254A5E

Color information

#254A5E (or 0x254A5E) is unknown color: approx Arapawa. HEX triplet: 25, 4A and 5E. RGB value is (37,74,94). Sum of RGB (Red+Green+Blue) = 37+74+94=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #254A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A5E is #DAB5A1. Grayscale: #414141. Windows color (decimal): -14333346 or 6179365. OLE color: 6179365.

HSL color Cylindrical-coordinate representation of color #254A5E: hue angle of 201.05º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254A5E is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB377494-
CMYK0.610.2100.63
HSL201.05º43.51%25.69%-
HSV(B)201.05º60.64%36.86%-
XYZ5.236.111.49-
YUV65.22144.24107.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=18.05%
G=36.10%
B=45.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3774940.610.2100.63201.0543.5125.69
Hex254A5E3D1503Fc92c1a
Octal4511213675250773115432
Binary100101100101010111101111011010101111111100100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254a5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254a5e; }

 p { color: rgb(37,74,94); }

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

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

 a { background-color: rgb(37,74,94); }

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

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

 span { border-color: rgb(37,74,94); }

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