Html Css Color HEX #288490 Scooter

📋 copy color: '#288490'

red 40 ◦ green 132 ◦ blue 144

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

Shades of Scooter #288490

Tints of Scooter #288490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 12.66%
G = 41.77%
B = 45.57%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#288490 (or 0x288490) is known color: Scooter. HEX triplet: 28, 84 and 90. RGB value is (40,132,144). Sum of RGB (Red+Green+Blue) = 40+132+144=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #288490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288490 is #D77B6F. Grayscale: #696969. Windows color (decimal): -14121840 or 9471016. OLE color: 9471016.

HSL color Cylindrical-coordinate representation of color #288490: hue angle of 186.92º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288490 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 132 144 -
CMYK 0.72 0.08 0 0.44
HSL 186.92º 0.57% 0.36% -
HSV(B) 186.92º 0.72% 0.56% -
XYZ 14.16 18.97 29.3 -
YUV 105.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 40 132 144 0.72 0.08 0 0.44 186.92 0.57 0.36
Hex 28 84 90 48 8 0 2C BB 39 24
Octal 50 204 220 110 10 0 54 273 71 44
Binary 101000 10000100 10010000 1001000 1000 0 101100 10111011 111001 100100

Color Harmonies of #288490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288490

Black with #288490

Text Example


Text Example

White with #288490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288490; }

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

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

background-color css

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

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

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

border-color css

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

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

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