Html Css Color HEX #28829F Scooter

📋 copy color: '#28829F'

red 40 ◦ green 130 ◦ blue 159

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

Shades of Scooter #28829F

Tints of Scooter #28829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.33%

R = 12.16%
G = 39.51%
B = 48.33%

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

#28829F (or 0x28829F) is known color: Scooter. HEX triplet: 28, 82 and 9F. RGB value is (40,130,159). Sum of RGB (Red+Green+Blue) = 40+130+159=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #28829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28829F is #D77D60. Grayscale: #6A6A6A. Windows color (decimal): -14122337 or 10453544. OLE color: 10453544.

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

Color convert

RGB 40 130 159 -
CMYK 0.75 0.18 0 0.38
HSL 194.62º 0.6% 0.39% -
HSV(B) 194.62º 0.75% 0.62% -
XYZ 15.12 18.92 35.66 -
YUV 106.4 157.68 80.64 -
System Red Green Blue C M Y K H S L
Decimal 40 130 159 0.75 0.18 0 0.38 194.62 0.6 0.39
Hex 28 82 9F 4B 12 0 26 C3 3C 27
Octal 50 202 237 113 22 0 46 303 74 47
Binary 101000 10000010 10011111 1001011 10010 0 100110 11000011 111100 100111

Color Harmonies of #28829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28829F

Black with #28829F

Text Example


Text Example

White with #28829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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