Html Css Color HEX #288499 Scooter

📋 copy color: '#288499'

red 40 ◦ green 132 ◦ blue 153

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

Shades of Scooter #288499

Tints of Scooter #288499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.62%

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

R = 12.31%
G = 40.62%
B = 47.08%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#288499 (or 0x288499) is known color: Scooter. HEX triplet: 28, 84 and 99. RGB value is (40,132,153). Sum of RGB (Red+Green+Blue) = 40+132+153=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #288499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288499 is #D77B66. Grayscale: #6A6A6A. Windows color (decimal): -14121831 or 10060840. OLE color: 10060840.

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

Color convert

RGB 40 132 153 -
CMYK 0.74 0.14 0 0.4
HSL 191.15º 0.59% 0.38% -
HSV(B) 191.15º 0.74% 0.6% -
XYZ 14.88 19.25 33.07 -
YUV 106.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 40 132 153 0.74 0.14 0 0.4 191.15 0.59 0.38
Hex 28 84 99 4A E 0 28 BF 3B 26
Octal 50 204 231 112 16 0 50 277 73 46
Binary 101000 10000100 10011001 1001010 1110 0 101000 10111111 111011 100110

Color Harmonies of #288499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288499

Black with #288499

Text Example


Text Example

White with #288499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288499; }

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

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

background-color css

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

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

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

border-color css

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

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

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