#254D66

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

Shades of Arapawa #254D66

Tints of Arapawa #254D66

Color information

#254D66 (or 0x254D66) is unknown color: approx Arapawa. HEX triplet: 25, 4D and 66. RGB value is (37,77,102). Sum of RGB (Red+Green+Blue) = 37+77+102=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #254D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D66 is #DAB299. Grayscale: #434343. Windows color (decimal): -14332570 or 6704421. OLE color: 6704421.

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

Color convert

RGB3777102-
CMYK0.640.2500.6
HSL203.08º46.76%27.25%-
HSV(B)203.08º63.73%40%-
XYZ5.826.6613.55-
YUV67.89147.25105.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=17.13%
G=35.65%
B=47.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37771020.640.2500.6203.0846.7627.25
Hex254D66401903Ccb2f1b
Octal45115146100310743135733
Binary1001011001101110011010000001100101111001100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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