#294866

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

Shades of Arapawa #294866

Tints of Arapawa #294866

Color information

#294866 (or 0x294866) is unknown color: approx Arapawa. HEX triplet: 29, 48 and 66. RGB value is (41,72,102). Sum of RGB (Red+Green+Blue) = 41+72+102=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #294866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294866 is #D6B799. Grayscale: #424242. Windows color (decimal): -14071706 or 6703145. OLE color: 6703145.

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

Color convert

RGB4172102-
CMYK0.600.2900.6
HSL209.51º42.66%28.04%-
HSV(B)209.51º59.8%40%-
XYZ5.636.0713.44-
YUV66.15148.23110.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=19.07%
G=33.49%
B=47.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41721020.600.2900.6209.5142.6628.04
Hex2948663C1D03Cd22b1c
Octal5111014674350743225334
Binary101001100100011001101111001110101111001101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294866; }

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

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

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

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

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

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

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

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