Html Css Color HEX #287D92 Scooter

📋 copy color: '#287D92'

red 40 ◦ green 125 ◦ blue 146

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

Shades of Scooter #287D92

Tints of Scooter #287D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.19%

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 12.86%
G = 40.19%
B = 46.95%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287D92 (or 0x287D92) is known color: Scooter. HEX triplet: 28, 7D and 92. RGB value is (40,125,146). Sum of RGB (Red+Green+Blue) = 40+125+146=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #287D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D92 is #D7826D. Grayscale: #656565. Windows color (decimal): -14123630 or 9600296. OLE color: 9600296.

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

Color convert

RGB 40 125 146 -
CMYK 0.73 0.14 0 0.43
HSL 191.89º 0.57% 0.36% -
HSV(B) 191.89º 0.73% 0.57% -
XYZ 13.4 17.19 29.81 -
YUV 101.98 152.84 83.79 -
System Red Green Blue C M Y K H S L
Decimal 40 125 146 0.73 0.14 0 0.43 191.89 0.57 0.36
Hex 28 7D 92 49 E 0 2B C0 39 24
Octal 50 175 222 111 16 0 53 300 71 44
Binary 101000 1111101 10010010 1001001 1110 0 101011 11000000 111001 100100

Color Harmonies of #287D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287D92

Black with #287D92

Text Example


Text Example

White with #287D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,125,146); }

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

background-color css

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

 a { background-color: rgb(40,125,146); }

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

border-color css

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

 span { border-color: rgb(40,125,146); }

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