Html Css Color HEX #28829C Scooter

📋 copy color: '#28829C'

red 40 ◦ green 130 ◦ blue 156

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

Shades of Scooter #28829C

Tints of Scooter #28829C

RGB

 RED value IS 40 (16.02% from 255) = 12.27%

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

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

R = 12.27%
G = 39.88%
B = 47.85%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28829C (or 0x28829C) is known color: Scooter. HEX triplet: 28, 82 and 9C. RGB value is (40,130,156). Sum of RGB (Red+Green+Blue) = 40+130+156=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #28829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28829C is #D77D63. Grayscale: #696969. Windows color (decimal): -14122340 or 10256936. OLE color: 10256936.

HSL color Cylindrical-coordinate representation of color #28829C: hue angle of 193.45º degrees, saturation: 0.59, 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 #28829C is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 130 156 -
CMYK 0.74 0.17 0 0.39
HSL 193.45º 0.59% 0.38% -
HSV(B) 193.45º 0.74% 0.61% -
XYZ 14.86 18.82 34.3 -
YUV 106.05 156.18 80.89 -
System Red Green Blue C M Y K H S L
Decimal 40 130 156 0.74 0.17 0 0.39 193.45 0.59 0.38
Hex 28 82 9C 4A 11 0 27 C1 3B 26
Octal 50 202 234 112 21 0 47 301 73 46
Binary 101000 10000010 10011100 1001010 10001 0 100111 11000001 111011 100110

Color Harmonies of #28829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28829C

Black with #28829C

Text Example


Text Example

White with #28829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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