Html Css Color HEX #32829C Scooter

📋 copy color: '#32829C'

red 50 ◦ green 130 ◦ blue 156

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

Shades of Scooter #32829C

Tints of Scooter #32829C

RGB

 RED value IS 50 (19.92% from 255) = 14.88%

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 14.88%
G = 38.69%
B = 46.43%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32829C (or 0x32829C) is known color: Scooter. HEX triplet: 32, 82 and 9C. RGB value is (50,130,156). Sum of RGB (Red+Green+Blue) = 50+130+156=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #32829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32829C is #CD7D63. Grayscale: #6C6C6C. Windows color (decimal): -13466980 or 10256946. OLE color: 10256946.

HSL color Cylindrical-coordinate representation of color #32829C: hue angle of 194.72º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32829C is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 130 156 -
CMYK 0.68 0.17 0 0.39
HSL 194.72º 0.51% 0.4% -
HSV(B) 194.72º 0.68% 0.61% -
XYZ 15.3 19.04 34.32 -
YUV 109.04 154.5 85.89 -
System Red Green Blue C M Y K H S L
Decimal 50 130 156 0.68 0.17 0 0.39 194.72 0.51 0.4
Hex 32 82 9C 44 11 0 27 C3 33 28
Octal 62 202 234 104 21 0 47 303 63 50
Binary 110010 10000010 10011100 1000100 10001 0 100111 11000011 110011 101000

Color Harmonies of #32829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32829C

Black with #32829C

Text Example


Text Example

White with #32829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32829C; }

 p { color: rgb(50,130,156); }

 H1.HeaderClassName
 {
   color: #32829C;
 }
 .AnyTagClassName
 {
   color: #32829C;
 }
</style>

background-color css

<style>
 a { background-color: #32829C; }

 a { background-color: rgb(50,130,156); }

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

border-color css

<style>
 span { border-color: #32829C; }

 span { border-color: rgb(50,130,156); }

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