Html Css Color HEX #29455B Arapawa

📋 copy color: '#29455B'

red 41 ◦ green 69 ◦ blue 91

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

Shades of Arapawa #29455B

Tints of Arapawa #29455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

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

R = 20.4%
G = 34.33%
B = 45.27%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29455B (or 0x29455B) is known color: Arapawa. HEX triplet: 29, 45 and 5B. RGB value is (41,69,91). Sum of RGB (Red+Green+Blue) = 41+69+91=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #29455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29455B is #D6BAA4. Grayscale: #3F3F3F. Windows color (decimal): -14072485 or 5981481. OLE color: 5981481.

HSL color Cylindrical-coordinate representation of color #29455B: hue angle of 206.4º 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 #29455B is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 69 91 -
CMYK 0.55 0.24 0 0.64
HSL 206.4º 0.38% 0.26% -
HSV(B) 206.4º 0.55% 0.36% -
XYZ 4.93 5.48 10.7 -
YUV 63.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 41 69 91 0.55 0.24 0 0.64 206.4 0.38 0.26
Hex 29 45 5B 37 18 0 40 CE 26 1A
Octal 51 105 133 67 30 0 100 316 46 32
Binary 101001 1000101 1011011 110111 11000 0 1000000 11001110 100110 11010

Color Harmonies of #29455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29455B

Black with #29455B

Text Example


Text Example

White with #29455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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