Html Css Color HEX #294859 Arapawa

📋 copy color: '#294859'

red 41 ◦ green 72 ◦ blue 89

#294859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #294859

Tints of Arapawa #294859

RGB

 RED value IS 41 (16.41% from 255) = 20.3%

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 89 (35.16% from 255) = 44.06%

R = 20.3%
G = 35.64%
B = 44.06%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294859 (or 0x294859) is known color: Arapawa. HEX triplet: 29, 48 and 59. RGB value is (41,72,89). Sum of RGB (Red+Green+Blue) = 41+72+89=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #294859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294859 is #D6B7A6. Grayscale: #404040. Windows color (decimal): -14071719 or 5851177. OLE color: 5851177.

HSL color Cylindrical-coordinate representation of color #294859: hue angle of 201.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #294859 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 72 89 -
CMYK 0.54 0.19 0 0.65
HSL 201.25º 0.37% 0.25% -
HSV(B) 201.25º 0.54% 0.35% -
XYZ 5.03 5.83 10.31 -
YUV 64.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 41 72 89 0.54 0.19 0 0.65 201.25 0.37 0.25
Hex 29 48 59 36 13 0 41 C9 25 19
Octal 51 110 131 66 23 0 101 311 45 31
Binary 101001 1001000 1011001 110110 10011 0 1000001 11001001 100101 11001

Color Harmonies of #294859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294859

Black with #294859

Text Example


Text Example

White with #294859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294859; }

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

 H1.HeaderClassName
 {
   color: #294859;
 }
 .AnyTagClassName
 {
   color: #294859;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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