#254B5D

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

Shades of Arapawa #254B5D

Tints of Arapawa #254B5D

Color information

#254B5D (or 0x254B5D) is unknown color: approx Arapawa. HEX triplet: 25, 4B and 5D. RGB value is (37,75,93). Sum of RGB (Red+Green+Blue) = 37+75+93=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #254B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B5D is #DAB4A2. Grayscale: #414141. Windows color (decimal): -14333091 or 6114085. OLE color: 6114085.

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

Color convert

RGB377593-
CMYK0.600.1900.64
HSL199.29º43.08%25.49%-
HSV(B)199.29º60.22%36.47%-
XYZ5.256.2211.28-
YUV65.69143.41107.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=18.05%
G=36.59%
B=45.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3775930.600.1900.64199.2943.0825.49
Hex254B5D3C13040c72b19
Octal45113135742301003075331
Binary1001011001011101110111110010011010000001100011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,75,93); }

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

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

 a { background-color: rgb(37,75,93); }

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

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

 span { border-color: rgb(37,75,93); }

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