Html Css Color HEX #288895 Scooter

📋 copy color: '#288895'

red 40 ◦ green 136 ◦ blue 149

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

Shades of Scooter #288895

Tints of Scooter #288895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

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

R = 12.31%
G = 41.85%
B = 45.85%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288895 (or 0x288895) is known color: Scooter. HEX triplet: 28, 88 and 95. RGB value is (40,136,149). Sum of RGB (Red+Green+Blue) = 40+136+149=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #288895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288895 is #D7776A. Grayscale: #6C6C6C. Windows color (decimal): -14120811 or 9799720. OLE color: 9799720.

HSL color Cylindrical-coordinate representation of color #288895: hue angle of 187.16º 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 #288895 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 136 149 -
CMYK 0.73 0.09 0 0.42
HSL 187.16º 0.58% 0.37% -
HSV(B) 187.16º 0.73% 0.58% -
XYZ 15.1 20.23 31.54 -
YUV 108.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 40 136 149 0.73 0.09 0 0.42 187.16 0.58 0.37
Hex 28 88 95 49 9 0 2A BB 3A 25
Octal 50 210 225 111 11 0 52 273 72 45
Binary 101000 10001000 10010101 1001001 1001 0 101010 10111011 111010 100101

Color Harmonies of #288895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288895

Black with #288895

Text Example


Text Example

White with #288895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288895; }

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

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

background-color css

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

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

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

border-color css

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

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

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