Html Css Color HEX #29465F Arapawa

📋 copy color: '#29465F'

red 41 ◦ green 70 ◦ blue 95

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

Shades of Arapawa #29465F

Tints of Arapawa #29465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 19.9%
G = 33.98%
B = 46.12%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29465F (or 0x29465F) is known color: Arapawa. HEX triplet: 29, 46 and 5F. RGB value is (41,70,95). Sum of RGB (Red+Green+Blue) = 41+70+95=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #29465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29465F is #D6B9A0. Grayscale: #404040. Windows color (decimal): -14072225 or 6243881. OLE color: 6243881.

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

Color convert

RGB 41 70 95 -
CMYK 0.57 0.26 0 0.63
HSL 207.78º 0.4% 0.27% -
HSV(B) 207.78º 0.57% 0.37% -
XYZ 5.17 5.68 11.65 -
YUV 64.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 41 70 95 0.57 0.26 0 0.63 207.78 0.4 0.27
Hex 29 46 5F 39 1A 0 3F D0 28 1B
Octal 51 106 137 71 32 0 77 320 50 33
Binary 101001 1000110 1011111 111001 11010 0 111111 11010000 101000 11011

Color Harmonies of #29465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29465F

Black with #29465F

Text Example


Text Example

White with #29465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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