#254F5F

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

Shades of Arapawa #254F5F

Tints of Arapawa #254F5F

Color information

#254F5F (or 0x254F5F) is unknown color: approx Arapawa. HEX triplet: 25, 4F and 5F. RGB value is (37,79,95). Sum of RGB (Red+Green+Blue) = 37+79+95=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #254F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F5F is #DAB0A0. Grayscale: #444444. Windows color (decimal): -14332065 or 6246181. OLE color: 6246181.

HSL color Cylindrical-coordinate representation of color #254F5F: hue angle of 196.55º 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 #254F5F is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB377995-
CMYK0.610.1700.63
HSL196.55º43.94%25.88%-
HSV(B)196.55º61.05%37.25%-
XYZ5.626.8111.84-
YUV68.27143.09105.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=17.54%
G=37.44%
B=45.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3779950.610.1700.63196.5543.9425.88
Hex254F5F3D1103Fc52c1a
Octal4511713775210773055432
Binary100101100111110111111111011000101111111100010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,79,95); }

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

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

 a { background-color: rgb(37,79,95); }

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

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

 span { border-color: rgb(37,79,95); }

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