#294B67

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

Shades of Arapawa #294B67

Tints of Arapawa #294B67

Color information

#294B67 (or 0x294B67) is unknown color: approx Arapawa. HEX triplet: 29, 4B and 67. RGB value is (41,75,103). Sum of RGB (Red+Green+Blue) = 41+75+103=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #294B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B67 is #D6B498. Grayscale: #434343. Windows color (decimal): -14070937 or 6769449. OLE color: 6769449.

HSL color Cylindrical-coordinate representation of color #294B67: hue angle of 207.1º 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 #294B67 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4175103-
CMYK0.600.2700.60
HSL207.1º43.06%28.24%-
HSV(B)207.1º60.19%40.39%-
XYZ5.886.4813.77-
YUV68.03147.74108.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=18.72%
G=34.25%
B=47.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41751030.600.2700.60207.143.0628.24
Hex294B673C1B03Ccf2b1c
Octal5111314774330743175334
Binary101001100101111001111111001101101111001100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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