Html Css Color HEX #29849B Scooter

📋 copy color: '#29849B'

red 41 ◦ green 132 ◦ blue 155

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

Shades of Scooter #29849B

Tints of Scooter #29849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 12.5%
G = 40.24%
B = 47.26%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29849B (or 0x29849B) is known color: Scooter. HEX triplet: 29, 84 and 9B. RGB value is (41,132,155). Sum of RGB (Red+Green+Blue) = 41+132+155=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #29849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29849B is #D67B64. Grayscale: #6B6B6B. Windows color (decimal): -14056293 or 10191913. OLE color: 10191913.

HSL color Cylindrical-coordinate representation of color #29849B: hue angle of 192.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29849B is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 132 155 -
CMYK 0.74 0.15 0 0.39
HSL 192.11º 0.58% 0.38% -
HSV(B) 192.11º 0.74% 0.61% -
XYZ 15.08 19.34 33.95 -
YUV 107.41 154.85 80.63 -
System Red Green Blue C M Y K H S L
Decimal 41 132 155 0.74 0.15 0 0.39 192.11 0.58 0.38
Hex 29 84 9B 4A F 0 27 C0 3A 26
Octal 51 204 233 112 17 0 47 300 72 46
Binary 101001 10000100 10011011 1001010 1111 0 100111 11000000 111010 100110

Color Harmonies of #29849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29849B

Black with #29849B

Text Example


Text Example

White with #29849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,132,155); }

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

background-color css

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

 a { background-color: rgb(41,132,155); }

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

border-color css

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

 span { border-color: rgb(41,132,155); }

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