#254E63

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

Shades of Arapawa #254E63

Tints of Arapawa #254E63

Color information

#254E63 (or 0x254E63) is unknown color: approx Arapawa. HEX triplet: 25, 4E and 63. RGB value is (37,78,99). Sum of RGB (Red+Green+Blue) = 37+78+99=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #254E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E63 is #DAB19C. Grayscale: #444444. Windows color (decimal): -14332317 or 6508069. OLE color: 6508069.

HSL color Cylindrical-coordinate representation of color #254E63: hue angle of 200.32º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254E63 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB377899-
CMYK0.630.2100.61
HSL200.32º45.59%26.67%-
HSV(B)200.32º62.63%38.82%-
XYZ5.746.7412.8-
YUV68.13145.42105.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=17.29%
G=36.45%
B=46.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3778990.630.2100.61200.3245.5926.67
Hex254E633F1503Dc82e1b
Octal4511614377250753105633
Binary100101100111011000111111111010101111011100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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