#294B5B

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

Shades of Arapawa #294B5B

Tints of Arapawa #294B5B

Color information

#294B5B (or 0x294B5B) is unknown color: approx Arapawa. HEX triplet: 29, 4B and 5B. RGB value is (41,75,91). Sum of RGB (Red+Green+Blue) = 41+75+91=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #294B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B5B is #D6B4A4. Grayscale: #424242. Windows color (decimal): -14070949 or 5983017. OLE color: 5983017.

HSL color Cylindrical-coordinate representation of color #294B5B: hue angle of 199.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #294B5B is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB417591-
CMYK0.550.1800.64
HSL199.2º37.88%25.88%-
HSV(B)199.2º54.95%35.69%-
XYZ5.326.2610.83-
YUV66.66141.74109.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=19.81%
G=36.23%
B=43.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4175910.550.1800.64199.237.8825.88
Hex294B5B3712040c7261a
Octal51113133672201003074632
Binary1010011001011101101111011110010010000001100011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294B5B; }

 p { color: rgb(41,75,91); }

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

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

 a { background-color: rgb(41,75,91); }

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

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

 span { border-color: rgb(41,75,91); }

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