Html Css Color HEX #28859E Scooter

📋 copy color: '#28859E'

red 40 ◦ green 133 ◦ blue 158

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

Shades of Scooter #28859E

Tints of Scooter #28859E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.73%

R = 12.08%
G = 40.18%
B = 47.73%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28859E (or 0x28859E) is known color: Scooter. HEX triplet: 28, 85 and 9E. RGB value is (40,133,158). Sum of RGB (Red+Green+Blue) = 40+133+158=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #28859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28859E is #D77A61. Grayscale: #6B6B6B. Windows color (decimal): -14121570 or 10388776. OLE color: 10388776.

HSL color Cylindrical-coordinate representation of color #28859E: hue angle of 192.71º degrees, saturation: 0.6, 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 #28859E is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 133 158 -
CMYK 0.75 0.16 0 0.38
HSL 192.71º 0.6% 0.39% -
HSV(B) 192.71º 0.75% 0.62% -
XYZ 15.43 19.69 35.34 -
YUV 108.04 156.19 79.47 -
System Red Green Blue C M Y K H S L
Decimal 40 133 158 0.75 0.16 0 0.38 192.71 0.6 0.39
Hex 28 85 9E 4B 10 0 26 C1 3C 27
Octal 50 205 236 113 20 0 46 301 74 47
Binary 101000 10000101 10011110 1001011 10000 0 100110 11000001 111100 100111

Color Harmonies of #28859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28859E

Black with #28859E

Text Example


Text Example

White with #28859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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