Html Css Color HEX #29465D Arapawa

📋 copy color: '#29465D'

red 41 ◦ green 70 ◦ blue 93

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

Shades of Arapawa #29465D

Tints of Arapawa #29465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 20.1%
G = 34.31%
B = 45.59%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29465D (or 0x29465D) is known color: Arapawa. HEX triplet: 29, 46 and 5D. RGB value is (41,70,93). Sum of RGB (Red+Green+Blue) = 41+70+93=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #29465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29465D is #D6B9A2. Grayscale: #3F3F3F. Windows color (decimal): -14072227 or 6112809. OLE color: 6112809.

HSL color Cylindrical-coordinate representation of color #29465D: hue angle of 206.54º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29465D is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 70 93 -
CMYK 0.56 0.25 0 0.64
HSL 206.54º 0.39% 0.26% -
HSV(B) 206.54º 0.56% 0.36% -
XYZ 5.08 5.64 11.18 -
YUV 63.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 41 70 93 0.56 0.25 0 0.64 206.54 0.39 0.26
Hex 29 46 5D 38 19 0 40 CF 27 1A
Octal 51 106 135 70 31 0 100 317 47 32
Binary 101001 1000110 1011101 111000 11001 0 1000000 11001111 100111 11010

Color Harmonies of #29465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29465D

Black with #29465D

Text Example


Text Example

White with #29465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29465D; }

 p { color: rgb(41,70,93); }

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

background-color css

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

 a { background-color: rgb(41,70,93); }

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

border-color css

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

 span { border-color: rgb(41,70,93); }

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