Html Css Color HEX #29839B Scooter

📋 copy color: '#29839B'

red 41 ◦ green 131 ◦ blue 155

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

Shades of Scooter #29839B

Tints of Scooter #29839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 12.54%
G = 40.06%
B = 47.4%

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

#29839B (or 0x29839B) is known color: Scooter. HEX triplet: 29, 83 and 9B. RGB value is (41,131,155). Sum of RGB (Red+Green+Blue) = 41+131+155=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #29839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29839B is #D67C64. Grayscale: #6A6A6A. Windows color (decimal): -14056549 or 10191657. OLE color: 10191657.

HSL color Cylindrical-coordinate representation of color #29839B: hue angle of 192.63º 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 #29839B is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 131 155 -
CMYK 0.74 0.15 0 0.39
HSL 192.63º 0.58% 0.38% -
HSV(B) 192.63º 0.74% 0.61% -
XYZ 14.95 19.07 33.9 -
YUV 106.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 41 131 155 0.74 0.15 0 0.39 192.63 0.58 0.38
Hex 29 83 9B 4A F 0 27 C1 3A 26
Octal 51 203 233 112 17 0 47 301 72 46
Binary 101001 10000011 10011011 1001010 1111 0 100111 11000001 111010 100110

Color Harmonies of #29839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29839B

Black with #29839B

Text Example


Text Example

White with #29839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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