Html Css Color HEX #29465B Arapawa

📋 copy color: '#29465B'

red 41 ◦ green 70 ◦ blue 91

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

Shades of Arapawa #29465B

Tints of Arapawa #29465B

RGB

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

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

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

R = 20.3%
G = 34.65%
B = 45.05%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29465B (or 0x29465B) is known color: Arapawa. HEX triplet: 29, 46 and 5B. RGB value is (41,70,91). Sum of RGB (Red+Green+Blue) = 41+70+91=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #29465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29465B is #D6B9A4. Grayscale: #3F3F3F. Windows color (decimal): -14072229 or 5981737. OLE color: 5981737.

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

Color convert

RGB 41 70 91 -
CMYK 0.55 0.23 0 0.64
HSL 205.2º 0.38% 0.26% -
HSV(B) 205.2º 0.55% 0.36% -
XYZ 4.99 5.61 10.72 -
YUV 63.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 41 70 91 0.55 0.23 0 0.64 205.2 0.38 0.26
Hex 29 46 5B 37 17 0 40 CD 26 1A
Octal 51 106 133 67 27 0 100 315 46 32
Binary 101001 1000110 1011011 110111 10111 0 1000000 11001101 100110 11010

Color Harmonies of #29465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29465B

Black with #29465B

Text Example


Text Example

White with #29465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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