#254869

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

Shades of Arapawa #254869

Tints of Arapawa #254869

Color information

#254869 (or 0x254869) is unknown color: approx Arapawa. HEX triplet: 25, 48 and 69. RGB value is (37,72,105). Sum of RGB (Red+Green+Blue) = 37+72+105=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #254869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254869 is #DAB796. Grayscale: #414141. Windows color (decimal): -14333847 or 6899749. OLE color: 6899749.

HSL color Cylindrical-coordinate representation of color #254869: hue angle of 209.12º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #254869 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3772105-
CMYK0.650.3100.59
HSL209.12º47.89%27.84%-
HSV(B)209.12º64.76%41.18%-
XYZ5.636.0514.24-
YUV65.3150.4107.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=17.29%
G=33.64%
B=49.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37721050.650.3100.59209.1247.8927.84
Hex254869411F03Bd1301c
Octal45110151101370733216034
Binary1001011001000110100110000011111101110111101000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254869; }

 p { color: rgb(37,72,105); }

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

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

 a { background-color: rgb(37,72,105); }

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

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

 span { border-color: rgb(37,72,105); }

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