Html Css Color HEX #29465E Arapawa

📋 copy color: '#29465E'

red 41 ◦ green 70 ◦ blue 94

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

Shades of Arapawa #29465E

Tints of Arapawa #29465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.85%

R = 20%
G = 34.15%
B = 45.85%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29465E (or 0x29465E) is known color: Arapawa. HEX triplet: 29, 46 and 5E. RGB value is (41,70,94). Sum of RGB (Red+Green+Blue) = 41+70+94=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #29465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29465E is #D6B9A1. Grayscale: #3F3F3F. Windows color (decimal): -14072226 or 6178345. OLE color: 6178345.

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

Color convert

RGB 41 70 94 -
CMYK 0.56 0.26 0 0.63
HSL 207.17º 0.39% 0.26% -
HSV(B) 207.17º 0.56% 0.37% -
XYZ 5.12 5.66 11.41 -
YUV 64.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 41 70 94 0.56 0.26 0 0.63 207.17 0.39 0.26
Hex 29 46 5E 38 1A 0 3F CF 27 1A
Octal 51 106 136 70 32 0 77 317 47 32
Binary 101001 1000110 1011110 111000 11010 0 111111 11001111 100111 11010

Color Harmonies of #29465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29465E

Black with #29465E

Text Example


Text Example

White with #29465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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