Html Css Color HEX #29859B Scooter

📋 copy color: '#29859B'

red 41 ◦ green 133 ◦ blue 155

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

Shades of Scooter #29859B

Tints of Scooter #29859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 12.46%
G = 40.43%
B = 47.11%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29859B (or 0x29859B) is known color: Scooter. HEX triplet: 29, 85 and 9B. RGB value is (41,133,155). Sum of RGB (Red+Green+Blue) = 41+133+155=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #29859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29859B is #D67A64. Grayscale: #6B6B6B. Windows color (decimal): -14056037 or 10192169. OLE color: 10192169.

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

Color convert

RGB 41 133 155 -
CMYK 0.74 0.14 0 0.39
HSL 191.58º 0.58% 0.38% -
HSV(B) 191.58º 0.74% 0.61% -
XYZ 15.22 19.61 33.99 -
YUV 108 154.52 80.21 -
System Red Green Blue C M Y K H S L
Decimal 41 133 155 0.74 0.14 0 0.39 191.58 0.58 0.38
Hex 29 85 9B 4A E 0 27 C0 3A 26
Octal 51 205 233 112 16 0 47 300 72 46
Binary 101001 10000101 10011011 1001010 1110 0 100111 11000000 111010 100110

Color Harmonies of #29859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29859B

Black with #29859B

Text Example


Text Example

White with #29859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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