Html Css Color HEX #287C95 Scooter

📋 copy color: '#287C95'

red 40 ◦ green 124 ◦ blue 149

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

Shades of Scooter #287C95

Tints of Scooter #287C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

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

R = 12.78%
G = 39.62%
B = 47.6%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#287C95 (or 0x287C95) is known color: Scooter. HEX triplet: 28, 7C and 95. RGB value is (40,124,149). Sum of RGB (Red+Green+Blue) = 40+124+149=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #287C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C95 is #D7836A. Grayscale: #656565. Windows color (decimal): -14123883 or 9796648. OLE color: 9796648.

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

Color convert

RGB 40 124 149 -
CMYK 0.73 0.17 0 0.42
HSL 193.76º 0.58% 0.37% -
HSV(B) 193.76º 0.73% 0.58% -
XYZ 13.51 17.04 31.01 -
YUV 101.73 154.67 83.97 -
System Red Green Blue C M Y K H S L
Decimal 40 124 149 0.73 0.17 0 0.42 193.76 0.58 0.37
Hex 28 7C 95 49 11 0 2A C2 3A 25
Octal 50 174 225 111 21 0 52 302 72 45
Binary 101000 1111100 10010101 1001001 10001 0 101010 11000010 111010 100101

Color Harmonies of #287C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C95

Black with #287C95

Text Example


Text Example

White with #287C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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