Html Css Color HEX #288996 Scooter

📋 copy color: '#288996'

red 40 ◦ green 137 ◦ blue 150

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

Shades of Scooter #288996

Tints of Scooter #288996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

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

R = 12.23%
G = 41.9%
B = 45.87%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#288996 (or 0x288996) is known color: Scooter. HEX triplet: 28, 89 and 96. RGB value is (40,137,150). Sum of RGB (Red+Green+Blue) = 40+137+150=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #288996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288996 is #D77669. Grayscale: #6D6D6D. Windows color (decimal): -14120554 or 9865512. OLE color: 9865512.

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

Color convert

RGB 40 137 150 -
CMYK 0.73 0.09 0 0.41
HSL 187.09º 0.58% 0.37% -
HSV(B) 187.09º 0.73% 0.59% -
XYZ 15.33 20.54 32.01 -
YUV 109.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 40 137 150 0.73 0.09 0 0.41 187.09 0.58 0.37
Hex 28 89 96 49 9 0 29 BB 3A 25
Octal 50 211 226 111 11 0 51 273 72 45
Binary 101000 10001001 10010110 1001001 1001 0 101001 10111011 111010 100101

Color Harmonies of #288996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288996

Black with #288996

Text Example


Text Example

White with #288996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288996; }

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

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

background-color css

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

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

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

border-color css

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

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

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