Html Css Color HEX #28859B Scooter

📋 copy color: '#28859B'

red 40 ◦ green 133 ◦ blue 155

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

Shades of Scooter #28859B

Tints of Scooter #28859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 12.2%
G = 40.55%
B = 47.26%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28859B (or 0x28859B) is known color: Scooter. HEX triplet: 28, 85 and 9B. RGB value is (40,133,155). Sum of RGB (Red+Green+Blue) = 40+133+155=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #28859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28859B is #D77A64. Grayscale: #6B6B6B. Windows color (decimal): -14121573 or 10192168. OLE color: 10192168.

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

Color convert

RGB 40 133 155 -
CMYK 0.74 0.14 0 0.39
HSL 191.48º 0.59% 0.38% -
HSV(B) 191.48º 0.74% 0.61% -
XYZ 15.18 19.59 33.99 -
YUV 107.7 154.69 79.71 -
System Red Green Blue C M Y K H S L
Decimal 40 133 155 0.74 0.14 0 0.39 191.48 0.59 0.38
Hex 28 85 9B 4A E 0 27 BF 3B 26
Octal 50 205 233 112 16 0 47 277 73 46
Binary 101000 10000101 10011011 1001010 1110 0 100111 10111111 111011 100110

Color Harmonies of #28859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28859B

Black with #28859B

Text Example


Text Example

White with #28859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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