Html Css Color HEX #288699 Scooter

📋 copy color: '#288699'

red 40 ◦ green 134 ◦ blue 153

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

Shades of Scooter #288699

Tints of Scooter #288699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 12.23%
G = 40.98%
B = 46.79%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#288699 (or 0x288699) is known color: Scooter. HEX triplet: 28, 86 and 99. RGB value is (40,134,153). Sum of RGB (Red+Green+Blue) = 40+134+153=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #288699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288699 is #D77966. Grayscale: #6B6B6B. Windows color (decimal): -14121319 or 10061352. OLE color: 10061352.

HSL color Cylindrical-coordinate representation of color #288699: hue angle of 190.09º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288699 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 134 153 -
CMYK 0.74 0.12 0 0.4
HSL 190.09º 0.59% 0.38% -
HSV(B) 190.09º 0.74% 0.6% -
XYZ 15.15 19.8 33.16 -
YUV 108.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 40 134 153 0.74 0.12 0 0.4 190.09 0.59 0.38
Hex 28 86 99 4A C 0 28 BE 3B 26
Octal 50 206 231 112 14 0 50 276 73 46
Binary 101000 10000110 10011001 1001010 1100 0 101000 10111110 111011 100110

Color Harmonies of #288699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288699

Black with #288699

Text Example


Text Example

White with #288699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288699; }

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

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

background-color css

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

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

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

border-color css

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

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

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