Html Css Color HEX #28829E Scooter

📋 copy color: '#28829E'

red 40 ◦ green 130 ◦ blue 158

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

Shades of Scooter #28829E

Tints of Scooter #28829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 12.2%
G = 39.63%
B = 48.17%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28829E (or 0x28829E) is known color: Scooter. HEX triplet: 28, 82 and 9E. RGB value is (40,130,158). Sum of RGB (Red+Green+Blue) = 40+130+158=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #28829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28829E is #D77D61. Grayscale: #6A6A6A. Windows color (decimal): -14122338 or 10388008. OLE color: 10388008.

HSL color Cylindrical-coordinate representation of color #28829E: hue angle of 194.24º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28829E is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 130 158 -
CMYK 0.75 0.18 0 0.38
HSL 194.24º 0.6% 0.39% -
HSV(B) 194.24º 0.75% 0.62% -
XYZ 15.03 18.89 35.2 -
YUV 106.28 157.18 80.72 -
System Red Green Blue C M Y K H S L
Decimal 40 130 158 0.75 0.18 0 0.38 194.24 0.6 0.39
Hex 28 82 9E 4B 12 0 26 C2 3C 27
Octal 50 202 236 113 22 0 46 302 74 47
Binary 101000 10000010 10011110 1001011 10010 0 100110 11000010 111100 100111

Color Harmonies of #28829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28829E

Black with #28829E

Text Example


Text Example

White with #28829E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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