Html Css Color HEX #288095 Scooter

📋 copy color: '#288095'

red 40 ◦ green 128 ◦ blue 149

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

Shades of Scooter #288095

Tints of Scooter #288095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47%

R = 12.62%
G = 40.38%
B = 47%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288095 (or 0x288095) is known color: Scooter. HEX triplet: 28, 80 and 95. RGB value is (40,128,149). Sum of RGB (Red+Green+Blue) = 40+128+149=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #288095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288095 is #D77F6A. Grayscale: #676767. Windows color (decimal): -14122859 or 9797672. OLE color: 9797672.

HSL color Cylindrical-coordinate representation of color #288095: hue angle of 191.56º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288095 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 128 149 -
CMYK 0.73 0.14 0 0.42
HSL 191.56º 0.58% 0.37% -
HSV(B) 191.56º 0.73% 0.58% -
XYZ 14.02 18.06 31.18 -
YUV 104.08 153.35 82.29 -
System Red Green Blue C M Y K H S L
Decimal 40 128 149 0.73 0.14 0 0.42 191.56 0.58 0.37
Hex 28 80 95 49 E 0 2A C0 3A 25
Octal 50 200 225 111 16 0 52 300 72 45
Binary 101000 10000000 10010101 1001001 1110 0 101010 11000000 111010 100101

Color Harmonies of #288095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288095

Black with #288095

Text Example


Text Example

White with #288095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288095; }

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

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

background-color css

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

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

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

border-color css

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

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

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