Html Css Color HEX #29485B Arapawa

📋 copy color: '#29485B'

red 41 ◦ green 72 ◦ blue 91

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

Shades of Arapawa #29485B

Tints of Arapawa #29485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 20.1%
G = 35.29%
B = 44.61%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29485B (or 0x29485B) is known color: Arapawa. HEX triplet: 29, 48 and 5B. RGB value is (41,72,91). Sum of RGB (Red+Green+Blue) = 41+72+91=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #29485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29485B is #D6B7A4. Grayscale: #404040. Windows color (decimal): -14071717 or 5982249. OLE color: 5982249.

HSL color Cylindrical-coordinate representation of color #29485B: hue angle of 202.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29485B is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 72 91 -
CMYK 0.55 0.21 0 0.64
HSL 202.8º 0.38% 0.26% -
HSV(B) 202.8º 0.55% 0.36% -
XYZ 5.12 5.86 10.76 -
YUV 64.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 41 72 91 0.55 0.21 0 0.64 202.8 0.38 0.26
Hex 29 48 5B 37 15 0 40 CB 26 1A
Octal 51 110 133 67 25 0 100 313 46 32
Binary 101001 1001000 1011011 110111 10101 0 1000000 11001011 100110 11010

Color Harmonies of #29485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29485B

Black with #29485B

Text Example


Text Example

White with #29485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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