Html Css Color HEX #294869 Arapawa

📋 copy color: '#294869'

red 41 ◦ green 72 ◦ blue 105

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

Shades of Arapawa #294869

Tints of Arapawa #294869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 18.81%
G = 33.03%
B = 48.17%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294869 (or 0x294869) is known color: Arapawa. HEX triplet: 29, 48 and 69. RGB value is (41,72,105). Sum of RGB (Red+Green+Blue) = 41+72+105=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #294869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294869 is #D6B796. Grayscale: #424242. Windows color (decimal): -14071703 or 6899753. OLE color: 6899753.

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

Color convert

RGB 41 72 105 -
CMYK 0.61 0.31 0 0.59
HSL 210.94º 0.44% 0.29% -
HSV(B) 210.94º 0.61% 0.41% -
XYZ 5.78 6.13 14.24 -
YUV 66.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 41 72 105 0.61 0.31 0 0.59 210.94 0.44 0.29
Hex 29 48 69 3D 1F 0 3B D3 2C 1D
Octal 51 110 151 75 37 0 73 323 54 35
Binary 101001 1001000 1101001 111101 11111 0 111011 11010011 101100 11101

Color Harmonies of #294869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294869

Black with #294869

Text Example


Text Example

White with #294869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294869; }

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

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

background-color css

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

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

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

border-color css

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

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

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