Html Css Color HEX #29889D Scooter

📋 copy color: '#29889D'

red 41 ◦ green 136 ◦ blue 157

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

Shades of Scooter #29889D

Tints of Scooter #29889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

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

R = 12.28%
G = 40.72%
B = 47.01%

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

#29889D (or 0x29889D) is known color: Scooter. HEX triplet: 29, 88 and 9D. RGB value is (41,136,157). Sum of RGB (Red+Green+Blue) = 41+136+157=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #29889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29889D is #D67762. Grayscale: #6D6D6D. Windows color (decimal): -14055267 or 10324009. OLE color: 10324009.

HSL color Cylindrical-coordinate representation of color #29889D: hue angle of 190.86º 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 #29889D is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 136 157 -
CMYK 0.74 0.13 0 0.38
HSL 190.86º 0.59% 0.39% -
HSV(B) 190.86º 0.74% 0.62% -
XYZ 15.8 20.51 35.02 -
YUV 109.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 41 136 157 0.74 0.13 0 0.38 190.86 0.59 0.39
Hex 29 88 9D 4A D 0 26 BF 3B 27
Octal 51 210 235 112 15 0 46 277 73 47
Binary 101001 10001000 10011101 1001010 1101 0 100110 10111111 111011 100111

Color Harmonies of #29889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29889D

Black with #29889D

Text Example


Text Example

White with #29889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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