#254866

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

Shades of Arapawa #254866

Tints of Arapawa #254866

Color information

#254866 (or 0x254866) is unknown color: approx Arapawa. HEX triplet: 25, 48 and 66. RGB value is (37,72,102). Sum of RGB (Red+Green+Blue) = 37+72+102=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #254866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254866 is #DAB799. Grayscale: #404040. Windows color (decimal): -14333850 or 6703141. OLE color: 6703141.

HSL color Cylindrical-coordinate representation of color #254866: hue angle of 207.69º 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 #254866 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3772102-
CMYK0.640.2900.6
HSL207.69º46.76%27.25%-
HSV(B)207.69º63.73%40%-
XYZ5.485.9913.44-
YUV64.96148.9108.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=17.54%
G=34.12%
B=48.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37721020.640.2900.6207.6946.7627.25
Hex254866401D03Cd02f1b
Octal45110146100350743205733
Binary1001011001000110011010000001110101111001101000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254866; }

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

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

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

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

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

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

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

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