Html Css Color HEX #288295 Scooter

📋 copy color: '#288295'

red 40 ◦ green 130 ◦ blue 149

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

Shades of Scooter #288295

Tints of Scooter #288295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 12.54%
G = 40.75%
B = 46.71%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288295 (or 0x288295) is known color: Scooter. HEX triplet: 28, 82 and 95. RGB value is (40,130,149). Sum of RGB (Red+Green+Blue) = 40+130+149=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #288295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288295 is #D77D6A. Grayscale: #696969. Windows color (decimal): -14122347 or 9798184. OLE color: 9798184.

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

Color convert

RGB 40 130 149 -
CMYK 0.73 0.13 0 0.42
HSL 190.46º 0.58% 0.37% -
HSV(B) 190.46º 0.73% 0.58% -
XYZ 14.28 18.59 31.27 -
YUV 105.26 152.68 81.46 -
System Red Green Blue C M Y K H S L
Decimal 40 130 149 0.73 0.13 0 0.42 190.46 0.58 0.37
Hex 28 82 95 49 D 0 2A BE 3A 25
Octal 50 202 225 111 15 0 52 276 72 45
Binary 101000 10000010 10010101 1001001 1101 0 101010 10111110 111010 100101

Color Harmonies of #288295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288295

Black with #288295

Text Example


Text Example

White with #288295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288295; }

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

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

background-color css

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

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

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

border-color css

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

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

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