#254F63

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

Shades of Arapawa #254F63

Tints of Arapawa #254F63

Color information

#254F63 (or 0x254F63) is unknown color: approx Arapawa. HEX triplet: 25, 4F and 63. RGB value is (37,79,99). Sum of RGB (Red+Green+Blue) = 37+79+99=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #254F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F63 is #DAB09C. Grayscale: #444444. Windows color (decimal): -14332061 or 6508325. OLE color: 6508325.

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

Color convert

RGB377999-
CMYK0.630.2000.61
HSL199.35º45.59%26.67%-
HSV(B)199.35º62.63%38.82%-
XYZ5.816.8912.83-
YUV68.72145.09105.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=17.21%
G=36.74%
B=46.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3779990.630.2000.61199.3545.5926.67
Hex254F633F1403Dc72e1b
Octal4511714377240753075633
Binary100101100111111000111111111010001111011100011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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