Html Css Color HEX #288396 Scooter

📋 copy color: '#288396'

red 40 ◦ green 131 ◦ blue 150

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

Shades of Scooter #288396

Tints of Scooter #288396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

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

R = 12.46%
G = 40.81%
B = 46.73%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#288396 (or 0x288396) is known color: Scooter. HEX triplet: 28, 83 and 96. RGB value is (40,131,150). Sum of RGB (Red+Green+Blue) = 40+131+150=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #288396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288396 is #D77C69. Grayscale: #696969. Windows color (decimal): -14122090 or 9863976. OLE color: 9863976.

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

Color convert

RGB 40 131 150 -
CMYK 0.73 0.13 0 0.41
HSL 190.36º 0.58% 0.37% -
HSV(B) 190.36º 0.73% 0.59% -
XYZ 14.5 18.89 31.74 -
YUV 105.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 40 131 150 0.73 0.13 0 0.41 190.36 0.58 0.37
Hex 28 83 96 49 D 0 29 BE 3A 25
Octal 50 203 226 111 15 0 51 276 72 45
Binary 101000 10000011 10010110 1001001 1101 0 101001 10111110 111010 100101

Color Harmonies of #288396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288396

Black with #288396

Text Example


Text Example

White with #288396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288396; }

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

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

background-color css

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

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

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

border-color css

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

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

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