Html Css Color HEX #28879B Scooter

📋 copy color: '#28879B'

red 40 ◦ green 135 ◦ blue 155

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

Shades of Scooter #28879B

Tints of Scooter #28879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 12.12%
G = 40.91%
B = 46.97%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28879B (or 0x28879B) is known color: Scooter. HEX triplet: 28, 87 and 9B. RGB value is (40,135,155). Sum of RGB (Red+Green+Blue) = 40+135+155=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #28879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28879B is #D77864. Grayscale: #6C6C6C. Windows color (decimal): -14121061 or 10192680. OLE color: 10192680.

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

Color convert

RGB 40 135 155 -
CMYK 0.74 0.13 0 0.39
HSL 190.43º 0.59% 0.38% -
HSV(B) 190.43º 0.74% 0.61% -
XYZ 15.46 20.15 34.08 -
YUV 108.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 40 135 155 0.74 0.13 0 0.39 190.43 0.59 0.38
Hex 28 87 9B 4A D 0 27 BE 3B 26
Octal 50 207 233 112 15 0 47 276 73 46
Binary 101000 10000111 10011011 1001010 1101 0 100111 10111110 111011 100110

Color Harmonies of #28879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28879B

Black with #28879B

Text Example


Text Example

White with #28879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28879B; }

 p { color: rgb(40,135,155); }

 H1.HeaderClassName
 {
   color: #28879B;
 }
 .AnyTagClassName
 {
   color: #28879B;
 }
</style>

background-color css

<style>
 a { background-color: #28879B; }

 a { background-color: rgb(40,135,155); }

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

border-color css

<style>
 span { border-color: #28879B; }

 span { border-color: rgb(40,135,155); }

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