#254A5B

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

Shades of Arapawa #254A5B

Tints of Arapawa #254A5B

Color information

#254A5B (or 0x254A5B) is unknown color: approx Arapawa. HEX triplet: 25, 4A and 5B. RGB value is (37,74,91). Sum of RGB (Red+Green+Blue) = 37+74+91=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #254A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A5B is #DAB5A4. Grayscale: #404040. Windows color (decimal): -14333349 or 5982757. OLE color: 5982757.

HSL color Cylindrical-coordinate representation of color #254A5B: hue angle of 198.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #254A5B is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377491-
CMYK0.590.1900.64
HSL198.89º42.19%25.1%-
HSV(B)198.89º59.34%35.69%-
XYZ5.16.0510.8-
YUV64.87142.74108.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=18.32%
G=36.63%
B=45.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3774910.590.1900.64198.8942.1925.1
Hex254A5B3B13040c72a19
Octal45112133732301003075231
Binary1001011001010101101111101110011010000001100011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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