Html Css Color HEX #288495 Scooter

📋 copy color: '#288495'

red 40 ◦ green 132 ◦ blue 149

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

Shades of Scooter #288495

Tints of Scooter #288495

RGB

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

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

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

R = 12.46%
G = 41.12%
B = 46.42%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288495 (or 0x288495) is known color: Scooter. HEX triplet: 28, 84 and 95. RGB value is (40,132,149). Sum of RGB (Red+Green+Blue) = 40+132+149=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #288495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288495 is #D77B6A. Grayscale: #6A6A6A. Windows color (decimal): -14121835 or 9798696. OLE color: 9798696.

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

Color convert

RGB 40 132 149 -
CMYK 0.73 0.11 0 0.42
HSL 189.36º 0.58% 0.37% -
HSV(B) 189.36º 0.73% 0.58% -
XYZ 14.55 19.12 31.36 -
YUV 106.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 40 132 149 0.73 0.11 0 0.42 189.36 0.58 0.37
Hex 28 84 95 49 B 0 2A BD 3A 25
Octal 50 204 225 111 13 0 52 275 72 45
Binary 101000 10000100 10010101 1001001 1011 0 101010 10111101 111010 100101

Color Harmonies of #288495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288495

Black with #288495

Text Example


Text Example

White with #288495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288495; }

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

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

background-color css

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

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

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

border-color css

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

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

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