Html Css Color HEX #288491 Scooter

📋 copy color: '#288491'

red 40 ◦ green 132 ◦ blue 145

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

Shades of Scooter #288491

Tints of Scooter #288491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.74%

R = 12.62%
G = 41.64%
B = 45.74%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#288491 (or 0x288491) is known color: Scooter. HEX triplet: 28, 84 and 91. RGB value is (40,132,145). Sum of RGB (Red+Green+Blue) = 40+132+145=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #288491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288491 is #D77B6E. Grayscale: #696969. Windows color (decimal): -14121839 or 9536552. OLE color: 9536552.

HSL color Cylindrical-coordinate representation of color #288491: hue angle of 187.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288491 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 132 145 -
CMYK 0.72 0.09 0 0.43
HSL 187.43º 0.57% 0.36% -
HSV(B) 187.43º 0.72% 0.57% -
XYZ 14.24 19 29.7 -
YUV 105.97 150.02 80.94 -
System Red Green Blue C M Y K H S L
Decimal 40 132 145 0.72 0.09 0 0.43 187.43 0.57 0.36
Hex 28 84 91 48 9 0 2B BB 39 24
Octal 50 204 221 110 11 0 53 273 71 44
Binary 101000 10000100 10010001 1001000 1001 0 101011 10111011 111001 100100

Color Harmonies of #288491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288491

Black with #288491

Text Example


Text Example

White with #288491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288491; }

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

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

background-color css

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

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

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

border-color css

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

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

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