Html Css Color HEX #288090 Scooter

📋 copy color: '#288090'

red 40 ◦ green 128 ◦ blue 144

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

Shades of Scooter #288090

Tints of Scooter #288090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.03%

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

R = 12.82%
G = 41.03%
B = 46.15%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#288090 (or 0x288090) is known color: Scooter. HEX triplet: 28, 80 and 90. RGB value is (40,128,144). Sum of RGB (Red+Green+Blue) = 40+128+144=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #288090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288090 is #D77F6F. Grayscale: #676767. Windows color (decimal): -14122864 or 9469992. OLE color: 9469992.

HSL color Cylindrical-coordinate representation of color #288090: hue angle of 189.23º 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 #288090 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 128 144 -
CMYK 0.72 0.11 0 0.44
HSL 189.23º 0.57% 0.36% -
HSV(B) 189.23º 0.72% 0.56% -
XYZ 13.63 17.9 29.12 -
YUV 103.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 40 128 144 0.72 0.11 0 0.44 189.23 0.57 0.36
Hex 28 80 90 48 B 0 2C BD 39 24
Octal 50 200 220 110 13 0 54 275 71 44
Binary 101000 10000000 10010000 1001000 1011 0 101100 10111101 111001 100100

Color Harmonies of #288090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288090

Black with #288090

Text Example


Text Example

White with #288090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288090; }

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

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

background-color css

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

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

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

border-color css

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

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

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