Html Css Color HEX #288796 Scooter

📋 copy color: '#288796'

red 40 ◦ green 135 ◦ blue 150

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

Shades of Scooter #288796

Tints of Scooter #288796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 12.31%
G = 41.54%
B = 46.15%

CMYK

 C value IS 0.73

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#288796 (or 0x288796) is known color: Scooter. HEX triplet: 28, 87 and 96. RGB value is (40,135,150). Sum of RGB (Red+Green+Blue) = 40+135+150=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #288796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288796 is #D77869. Grayscale: #6C6C6C. Windows color (decimal): -14121066 or 9865000. OLE color: 9865000.

HSL color Cylindrical-coordinate representation of color #288796: hue angle of 188.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288796 is Cyan = 0.73, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 135 150 -
CMYK 0.73 0.1 0 0.41
HSL 188.18º 0.58% 0.37% -
HSV(B) 188.18º 0.73% 0.59% -
XYZ 15.04 19.98 31.92 -
YUV 108.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 40 135 150 0.73 0.1 0 0.41 188.18 0.58 0.37
Hex 28 87 96 49 A 0 29 BC 3A 25
Octal 50 207 226 111 12 0 51 274 72 45
Binary 101000 10000111 10010110 1001001 1010 0 101001 10111100 111010 100101

Color Harmonies of #288796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288796

Black with #288796

Text Example


Text Example

White with #288796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288796; }

 p { color: rgb(40,135,150); }

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

background-color css

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

 a { background-color: rgb(40,135,150); }

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

border-color css

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

 span { border-color: rgb(40,135,150); }

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