#254C5D

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

Shades of Arapawa #254C5D

Tints of Arapawa #254C5D

Color information

#254C5D (or 0x254C5D) is unknown color: approx Arapawa. HEX triplet: 25, 4C and 5D. RGB value is (37,76,93). Sum of RGB (Red+Green+Blue) = 37+76+93=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #254C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C5D is #DAB3A2. Grayscale: #424242. Windows color (decimal): -14332835 or 6114341. OLE color: 6114341.

HSL color Cylindrical-coordinate representation of color #254C5D: hue angle of 198.21º 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 #254C5D is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377693-
CMYK0.600.1800.64
HSL198.21º43.08%25.49%-
HSV(B)198.21º60.22%36.47%-
XYZ5.326.3511.3-
YUV66.28143.08107.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=17.96%
G=36.89%
B=45.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3776930.600.1800.64198.2143.0825.49
Hex254C5D3C12040c62b19
Octal45114135742201003065331
Binary1001011001100101110111110010010010000001100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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