Html Css Color HEX #288199 Scooter

📋 copy color: '#288199'

red 40 ◦ green 129 ◦ blue 153

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

Shades of Scooter #288199

Tints of Scooter #288199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

 BLUE value IS 153 (60.16% from 255) = 47.52%

R = 12.42%
G = 40.06%
B = 47.52%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#288199 (or 0x288199) is known color: Scooter. HEX triplet: 28, 81 and 99. RGB value is (40,129,153). Sum of RGB (Red+Green+Blue) = 40+129+153=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #288199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288199 is #D77E66. Grayscale: #686868. Windows color (decimal): -14122599 or 10060072. OLE color: 10060072.

HSL color Cylindrical-coordinate representation of color #288199: hue angle of 192.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288199 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 129 153 -
CMYK 0.74 0.16 0 0.4
HSL 192.74º 0.59% 0.38% -
HSV(B) 192.74º 0.74% 0.6% -
XYZ 14.48 18.45 32.94 -
YUV 105.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 40 129 153 0.74 0.16 0 0.4 192.74 0.59 0.38
Hex 28 81 99 4A 10 0 28 C1 3B 26
Octal 50 201 231 112 20 0 50 301 73 46
Binary 101000 10000001 10011001 1001010 10000 0 101000 11000001 111011 100110

Color Harmonies of #288199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288199

Black with #288199

Text Example


Text Example

White with #288199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288199; }

 p { color: rgb(40,129,153); }

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

background-color css

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

 a { background-color: rgb(40,129,153); }

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

border-color css

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

 span { border-color: rgb(40,129,153); }

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