#254E5D

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

Shades of Arapawa #254E5D

Tints of Arapawa #254E5D

Color information

#254E5D (or 0x254E5D) is unknown color: approx Arapawa. HEX triplet: 25, 4E and 5D. RGB value is (37,78,93). Sum of RGB (Red+Green+Blue) = 37+78+93=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #254E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E5D is #DAB1A2. Grayscale: #434343. Windows color (decimal): -14332323 or 6114853. OLE color: 6114853.

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

Color convert

RGB377893-
CMYK0.600.1600.64
HSL196.07º43.08%25.49%-
HSV(B)196.07º60.22%36.47%-
XYZ5.466.6311.35-
YUV67.45142.42106.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=17.79%
G=37.5%
B=44.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3778930.600.1600.64196.0743.0825.49
Hex254E5D3C10040c42b19
Octal45116135742001003045331
Binary1001011001110101110111110010000010000001100010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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