Html Css Color HEX #29849D Scooter

📋 copy color: '#29849D'

red 41 ◦ green 132 ◦ blue 157

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

Shades of Scooter #29849D

Tints of Scooter #29849D

RGB

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

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

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

R = 12.42%
G = 40%
B = 47.58%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29849D (or 0x29849D) is known color: Scooter. HEX triplet: 29, 84 and 9D. RGB value is (41,132,157). Sum of RGB (Red+Green+Blue) = 41+132+157=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #29849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29849D is #D67B62. Grayscale: #6B6B6B. Windows color (decimal): -14056291 or 10322985. OLE color: 10322985.

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

Color convert

RGB 41 132 157 -
CMYK 0.74 0.16 0 0.38
HSL 192.93º 0.59% 0.39% -
HSV(B) 192.93º 0.74% 0.62% -
XYZ 15.25 19.41 34.84 -
YUV 107.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 41 132 157 0.74 0.16 0 0.38 192.93 0.59 0.39
Hex 29 84 9D 4A 10 0 26 C1 3B 27
Octal 51 204 235 112 20 0 46 301 73 47
Binary 101001 10000100 10011101 1001010 10000 0 100110 11000001 111011 100111

Color Harmonies of #29849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29849D

Black with #29849D

Text Example


Text Example

White with #29849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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