Html Css Color HEX #288595 Scooter

📋 copy color: '#288595'

red 40 ◦ green 133 ◦ blue 149

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

Shades of Scooter #288595

Tints of Scooter #288595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 12.42%
G = 41.3%
B = 46.27%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288595 (or 0x288595) is known color: Scooter. HEX triplet: 28, 85 and 95. RGB value is (40,133,149). Sum of RGB (Red+Green+Blue) = 40+133+149=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #288595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288595 is #D77A6A. Grayscale: #6A6A6A. Windows color (decimal): -14121579 or 9798952. OLE color: 9798952.

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

Color convert

RGB 40 133 149 -
CMYK 0.73 0.11 0 0.42
HSL 188.81º 0.58% 0.37% -
HSV(B) 188.81º 0.73% 0.58% -
XYZ 14.69 19.4 31.4 -
YUV 107.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 40 133 149 0.73 0.11 0 0.42 188.81 0.58 0.37
Hex 28 85 95 49 B 0 2A BD 3A 25
Octal 50 205 225 111 13 0 52 275 72 45
Binary 101000 10000101 10010101 1001001 1011 0 101010 10111101 111010 100101

Color Harmonies of #288595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288595

Black with #288595

Text Example


Text Example

White with #288595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288595; }

 p { color: rgb(40,133,149); }

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

background-color css

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

 a { background-color: rgb(40,133,149); }

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

border-color css

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

 span { border-color: rgb(40,133,149); }

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