Html Css Color HEX #29486A Arapawa

📋 copy color: '#29486A'

red 41 ◦ green 72 ◦ blue 106

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

Shades of Arapawa #29486A

Tints of Arapawa #29486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.4%

R = 18.72%
G = 32.88%
B = 48.4%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29486A (or 0x29486A) is known color: Arapawa. HEX triplet: 29, 48 and 6A. RGB value is (41,72,106). Sum of RGB (Red+Green+Blue) = 41+72+106=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #29486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29486A is #D6B795. Grayscale: #424242. Windows color (decimal): -14071702 or 6965289. OLE color: 6965289.

HSL color Cylindrical-coordinate representation of color #29486A: hue angle of 211.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29486A is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 72 106 -
CMYK 0.61 0.32 0 0.58
HSL 211.38º 0.44% 0.29% -
HSV(B) 211.38º 0.61% 0.42% -
XYZ 5.83 6.15 14.51 -
YUV 66.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 41 72 106 0.61 0.32 0 0.58 211.38 0.44 0.29
Hex 29 48 6A 3D 20 0 3A D3 2C 1D
Octal 51 110 152 75 40 0 72 323 54 35
Binary 101001 1001000 1101010 111101 100000 0 111010 11010011 101100 11101

Color Harmonies of #29486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29486A

Black with #29486A

Text Example


Text Example

White with #29486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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