Html Css Color HEX #29899D Scooter

📋 copy color: '#29899D'

red 41 ◦ green 137 ◦ blue 157

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

Shades of Scooter #29899D

Tints of Scooter #29899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 12.24%
G = 40.9%
B = 46.87%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29899D (or 0x29899D) is known color: Scooter. HEX triplet: 29, 89 and 9D. RGB value is (41,137,157). Sum of RGB (Red+Green+Blue) = 41+137+157=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #29899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29899D is #D67662. Grayscale: #6E6E6E. Windows color (decimal): -14055011 or 10324265. OLE color: 10324265.

HSL color Cylindrical-coordinate representation of color #29899D: hue angle of 190.34º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29899D is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 137 157 -
CMYK 0.74 0.13 0 0.38
HSL 190.34º 0.59% 0.39% -
HSV(B) 190.34º 0.74% 0.62% -
XYZ 15.95 20.8 35.07 -
YUV 110.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 41 137 157 0.74 0.13 0 0.38 190.34 0.59 0.39
Hex 29 89 9D 4A D 0 26 BE 3B 27
Octal 51 211 235 112 15 0 46 276 73 47
Binary 101001 10001001 10011101 1001010 1101 0 100110 10111110 111011 100111

Color Harmonies of #29899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29899D

Black with #29899D

Text Example


Text Example

White with #29899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29899D; }

 p { color: rgb(41,137,157); }

 H1.HeaderClassName
 {
   color: #29899D;
 }
 .AnyTagClassName
 {
   color: #29899D;
 }
</style>

background-color css

<style>
 a { background-color: #29899D; }

 a { background-color: rgb(41,137,157); }

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

border-color css

<style>
 span { border-color: #29899D; }

 span { border-color: rgb(41,137,157); }

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