Html Css Color HEX #28899B Scooter

📋 copy color: '#28899B'

red 40 ◦ green 137 ◦ blue 155

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

Shades of Scooter #28899B

Tints of Scooter #28899B

RGB

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

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

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

R = 12.05%
G = 41.27%
B = 46.69%

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

#28899B (or 0x28899B) is known color: Scooter. HEX triplet: 28, 89 and 9B. RGB value is (40,137,155). Sum of RGB (Red+Green+Blue) = 40+137+155=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #28899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28899B is #D77664. Grayscale: #6D6D6D. Windows color (decimal): -14120549 or 10193192. OLE color: 10193192.

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

Color convert

RGB 40 137 155 -
CMYK 0.74 0.12 0 0.39
HSL 189.39º 0.59% 0.38% -
HSV(B) 189.39º 0.74% 0.61% -
XYZ 15.74 20.71 34.18 -
YUV 110.05 153.36 78.04 -
System Red Green Blue C M Y K H S L
Decimal 40 137 155 0.74 0.12 0 0.39 189.39 0.59 0.38
Hex 28 89 9B 4A C 0 27 BD 3B 26
Octal 50 211 233 112 14 0 47 275 73 46
Binary 101000 10001001 10011011 1001010 1100 0 100111 10111101 111011 100110

Color Harmonies of #28899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28899B

Black with #28899B

Text Example


Text Example

White with #28899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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