Html Css Color HEX #28819C Scooter

📋 copy color: '#28819C'

red 40 ◦ green 129 ◦ blue 156

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

Shades of Scooter #28819C

Tints of Scooter #28819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

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

R = 12.31%
G = 39.69%
B = 48%

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

#28819C (or 0x28819C) is known color: Scooter. HEX triplet: 28, 81 and 9C. RGB value is (40,129,156). Sum of RGB (Red+Green+Blue) = 40+129+156=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #28819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28819C is #D77E63. Grayscale: #696969. Windows color (decimal): -14122596 or 10256680. OLE color: 10256680.

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

Color convert

RGB 40 129 156 -
CMYK 0.74 0.17 0 0.39
HSL 193.97º 0.59% 0.38% -
HSV(B) 193.97º 0.74% 0.61% -
XYZ 14.73 18.55 34.26 -
YUV 105.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 40 129 156 0.74 0.17 0 0.39 193.97 0.59 0.38
Hex 28 81 9C 4A 11 0 27 C2 3B 26
Octal 50 201 234 112 21 0 47 302 73 46
Binary 101000 10000001 10011100 1001010 10001 0 100111 11000010 111011 100110

Color Harmonies of #28819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28819C

Black with #28819C

Text Example


Text Example

White with #28819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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