#254666

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

Shades of Arapawa #254666

Tints of Arapawa #254666

Color information

#254666 (or 0x254666) is unknown color: approx Arapawa. HEX triplet: 25, 46 and 66. RGB value is (37,70,102). Sum of RGB (Red+Green+Blue) = 37+70+102=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #254666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254666 is #DAB999. Grayscale: #3F3F3F. Windows color (decimal): -14334362 or 6702629. OLE color: 6702629.

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

Color convert

RGB3770102-
CMYK0.640.3100.6
HSL209.54º46.76%27.25%-
HSV(B)209.54º63.73%40%-
XYZ5.355.7313.39-
YUV63.78149.57108.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=17.70%
G=33.49%
B=48.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37701020.640.3100.6209.5446.7627.25
Hex254666401F03Cd22f1b
Octal45106146100370743225733
Binary1001011000110110011010000001111101111001101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254666; }

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

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

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

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

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

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

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

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