Html Css Color HEX #28829D Scooter

📋 copy color: '#28829D'

red 40 ◦ green 130 ◦ blue 157

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

Shades of Scooter #28829D

Tints of Scooter #28829D

RGB

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

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

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

R = 12.23%
G = 39.76%
B = 48.01%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28829D (or 0x28829D) is known color: Scooter. HEX triplet: 28, 82 and 9D. RGB value is (40,130,157). Sum of RGB (Red+Green+Blue) = 40+130+157=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #28829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28829D is #D77D62. Grayscale: #696969. Windows color (decimal): -14122339 or 10322472. OLE color: 10322472.

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

Color convert

RGB 40 130 157 -
CMYK 0.75 0.17 0 0.38
HSL 193.85º 0.59% 0.39% -
HSV(B) 193.85º 0.75% 0.62% -
XYZ 14.94 18.85 34.75 -
YUV 106.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 40 130 157 0.75 0.17 0 0.38 193.85 0.59 0.39
Hex 28 82 9D 4B 11 0 26 C2 3B 27
Octal 50 202 235 113 21 0 46 302 73 47
Binary 101000 10000010 10011101 1001011 10001 0 100110 11000010 111011 100111

Color Harmonies of #28829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28829D

Black with #28829D

Text Example


Text Example

White with #28829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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