#294B62

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

Shades of Arapawa #294B62

Tints of Arapawa #294B62

Color information

#294B62 (or 0x294B62) is unknown color: approx Arapawa. HEX triplet: 29, 4B and 62. RGB value is (41,75,98). Sum of RGB (Red+Green+Blue) = 41+75+98=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #294B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B62 is #D6B49D. Grayscale: #434343. Windows color (decimal): -14070942 or 6441769. OLE color: 6441769.

HSL color Cylindrical-coordinate representation of color #294B62: hue angle of 204.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294B62 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB417598-
CMYK0.580.2300.62
HSL204.21º41.01%27.25%-
HSV(B)204.21º58.16%38.43%-
XYZ5.646.3912.49-
YUV67.46145.24109.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=19.16%
G=35.05%
B=45.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4175980.580.2300.62204.2141.0127.25
Hex294B623A1703Ecc291b
Octal5111314272270763145133
Binary101001100101111000101110101011101111101100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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