Html Css Color HEX #28889B Scooter

📋 copy color: '#28889B'

red 40 ◦ green 136 ◦ blue 155

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

Shades of Scooter #28889B

Tints of Scooter #28889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.09%

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

R = 12.08%
G = 41.09%
B = 46.83%

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

#28889B (or 0x28889B) is known color: Scooter. HEX triplet: 28, 88 and 9B. RGB value is (40,136,155). Sum of RGB (Red+Green+Blue) = 40+136+155=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #28889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28889B is #D77764. Grayscale: #6D6D6D. Windows color (decimal): -14120805 or 10192936. OLE color: 10192936.

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

Color convert

RGB 40 136 155 -
CMYK 0.74 0.12 0 0.39
HSL 189.91º 0.59% 0.38% -
HSV(B) 189.91º 0.74% 0.61% -
XYZ 15.6 20.43 34.13 -
YUV 109.46 153.7 78.46 -
System Red Green Blue C M Y K H S L
Decimal 40 136 155 0.74 0.12 0 0.39 189.91 0.59 0.38
Hex 28 88 9B 4A C 0 27 BE 3B 26
Octal 50 210 233 112 14 0 47 276 73 46
Binary 101000 10001000 10011011 1001010 1100 0 100111 10111110 111011 100110

Color Harmonies of #28889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28889B

Black with #28889B

Text Example


Text Example

White with #28889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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