#254966

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

Shades of Arapawa #254966

Tints of Arapawa #254966

Color information

#254966 (or 0x254966) is unknown color: approx Arapawa. HEX triplet: 25, 49 and 66. RGB value is (37,73,102). Sum of RGB (Red+Green+Blue) = 37+73+102=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #254966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254966 is #DAB699. Grayscale: #414141. Windows color (decimal): -14333594 or 6703397. OLE color: 6703397.

HSL color Cylindrical-coordinate representation of color #254966: hue angle of 206.77º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254966 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3773102-
CMYK0.640.2800.6
HSL206.77º46.76%27.25%-
HSV(B)206.77º63.73%40%-
XYZ5.546.1213.46-
YUV65.54148.57107.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=17.45%
G=34.43%
B=48.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37731020.640.2800.6206.7746.7627.25
Hex254966401C03Ccf2f1b
Octal45111146100340743175733
Binary1001011001001110011010000001110001111001100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254966; }

 p { color: rgb(37,73,102); }

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

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

 a { background-color: rgb(37,73,102); }

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

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

 span { border-color: rgb(37,73,102); }

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