#294A68

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

Shades of Arapawa #294A68

Tints of Arapawa #294A68

Color information

#294A68 (or 0x294A68) is unknown color: approx Arapawa. HEX triplet: 29, 4A and 68. RGB value is (41,74,104). Sum of RGB (Red+Green+Blue) = 41+74+104=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #294A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A68 is #D6B597. Grayscale: #434343. Windows color (decimal): -14071192 or 6834729. OLE color: 6834729.

HSL color Cylindrical-coordinate representation of color #294A68: hue angle of 208.57º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #294A68 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4174104-
CMYK0.610.2900.59
HSL208.57º43.45%28.43%-
HSV(B)208.57º60.58%40.78%-
XYZ5.866.3714.02-
YUV67.55148.57109.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=18.72%
G=33.79%
B=47.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41741040.610.2900.59208.5743.4528.43
Hex294A683D1D03Bd12b1c
Octal5111215075350733215334
Binary101001100101011010001111011110101110111101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,104); }

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

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

 a { background-color: rgb(41,74,104); }

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

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

 span { border-color: rgb(41,74,104); }

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