Html Css Color HEX #288692 Scooter

📋 copy color: '#288692'

red 40 ◦ green 134 ◦ blue 146

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

Shades of Scooter #288692

Tints of Scooter #288692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.88%

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

R = 12.5%
G = 41.88%
B = 45.63%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#288692 (or 0x288692) is known color: Scooter. HEX triplet: 28, 86 and 92. RGB value is (40,134,146). Sum of RGB (Red+Green+Blue) = 40+134+146=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #288692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288692 is #D7796D. Grayscale: #6B6B6B. Windows color (decimal): -14121326 or 9602600. OLE color: 9602600.

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

Color convert

RGB 40 134 146 -
CMYK 0.73 0.08 0 0.43
HSL 186.79º 0.57% 0.36% -
HSV(B) 186.79º 0.73% 0.57% -
XYZ 14.59 19.58 30.2 -
YUV 107.26 149.86 80.02 -
System Red Green Blue C M Y K H S L
Decimal 40 134 146 0.73 0.08 0 0.43 186.79 0.57 0.36
Hex 28 86 92 49 8 0 2B BB 39 24
Octal 50 206 222 111 10 0 53 273 71 44
Binary 101000 10000110 10010010 1001001 1000 0 101011 10111011 111001 100100

Color Harmonies of #288692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288692

Black with #288692

Text Example


Text Example

White with #288692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288692; }

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

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

background-color css

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

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

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

border-color css

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

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

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