Html Css Color HEX #28899D Scooter

📋 copy color: '#28899D'

red 40 ◦ green 137 ◦ blue 157

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

Shades of Scooter #28899D

Tints of Scooter #28899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 11.98%
G = 41.02%
B = 47.01%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28899D (or 0x28899D) is known color: Scooter. HEX triplet: 28, 89 and 9D. RGB value is (40,137,157). Sum of RGB (Red+Green+Blue) = 40+137+157=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #28899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28899D is #D77662. Grayscale: #6E6E6E. Windows color (decimal): -14120547 or 10324264. OLE color: 10324264.

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

Color convert

RGB 40 137 157 -
CMYK 0.75 0.13 0 0.38
HSL 190.26º 0.59% 0.39% -
HSV(B) 190.26º 0.75% 0.62% -
XYZ 15.91 20.78 35.07 -
YUV 110.28 154.36 77.87 -
System Red Green Blue C M Y K H S L
Decimal 40 137 157 0.75 0.13 0 0.38 190.26 0.59 0.39
Hex 28 89 9D 4B D 0 26 BE 3B 27
Octal 50 211 235 113 15 0 46 276 73 47
Binary 101000 10001001 10011101 1001011 1101 0 100110 10111110 111011 100111

Color Harmonies of #28899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28899D

Black with #28899D

Text Example


Text Example

White with #28899D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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