Html Css Color HEX #29515D Arapawa

📋 copy color: '#29515D'

red 41 ◦ green 81 ◦ blue 93

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

Shades of Arapawa #29515D

Tints of Arapawa #29515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

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

R = 19.07%
G = 37.67%
B = 43.26%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29515D (or 0x29515D) is known color: Arapawa. HEX triplet: 29, 51 and 5D. RGB value is (41,81,93). Sum of RGB (Red+Green+Blue) = 41+81+93=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #29515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29515D is #D6AEA2. Grayscale: #464646. Windows color (decimal): -14069411 or 6115625. OLE color: 6115625.

HSL color Cylindrical-coordinate representation of color #29515D: hue angle of 193.85º 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 #29515D is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 81 93 -
CMYK 0.56 0.13 0 0.64
HSL 193.85º 0.39% 0.26% -
HSV(B) 193.85º 0.56% 0.36% -
XYZ 5.83 7.15 11.43 -
YUV 70.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 41 81 93 0.56 0.13 0 0.64 193.85 0.39 0.26
Hex 29 51 5D 38 D 0 40 C2 27 1A
Octal 51 121 135 70 15 0 100 302 47 32
Binary 101001 1010001 1011101 111000 1101 0 1000000 11000010 100111 11010

Color Harmonies of #29515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29515D

Black with #29515D

Text Example


Text Example

White with #29515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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