Html Css Color HEX #28899C Scooter

📋 copy color: '#28899C'

red 40 ◦ green 137 ◦ blue 156

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

Shades of Scooter #28899C

Tints of Scooter #28899C

RGB

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

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

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

R = 12.01%
G = 41.14%
B = 46.85%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28899C (or 0x28899C) is known color: Scooter. HEX triplet: 28, 89 and 9C. RGB value is (40,137,156). Sum of RGB (Red+Green+Blue) = 40+137+156=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #28899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28899C is #D77663. Grayscale: #6D6D6D. Windows color (decimal): -14120548 or 10258728. OLE color: 10258728.

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

Color convert

RGB 40 137 156 -
CMYK 0.74 0.12 0 0.39
HSL 189.83º 0.59% 0.38% -
HSV(B) 189.83º 0.74% 0.61% -
XYZ 15.82 20.74 34.62 -
YUV 110.16 153.86 77.96 -
System Red Green Blue C M Y K H S L
Decimal 40 137 156 0.74 0.12 0 0.39 189.83 0.59 0.38
Hex 28 89 9C 4A C 0 27 BE 3B 26
Octal 50 211 234 112 14 0 47 276 73 46
Binary 101000 10001001 10011100 1001010 1100 0 100111 10111110 111011 100110

Color Harmonies of #28899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28899C

Black with #28899C

Text Example


Text Example

White with #28899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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