#254766

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

Shades of Arapawa #254766

Tints of Arapawa #254766

Color information

#254766 (or 0x254766) is unknown color: approx Arapawa. HEX triplet: 25, 47 and 66. RGB value is (37,71,102). Sum of RGB (Red+Green+Blue) = 37+71+102=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #254766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254766 is #DAB899. Grayscale: #404040. Windows color (decimal): -14334106 or 6702885. OLE color: 6702885.

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

Color convert

RGB3771102-
CMYK0.640.3000.6
HSL208.62º46.76%27.25%-
HSV(B)208.62º63.73%40%-
XYZ5.415.8613.42-
YUV64.37149.24108.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=17.62%
G=33.81%
B=48.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37711020.640.3000.6208.6246.7627.25
Hex254766401E03Cd12f1b
Octal45107146100360743215733
Binary1001011000111110011010000001111001111001101000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254766; }

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

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

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

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

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

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

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

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