Html Css Color HEX #288195 Scooter

📋 copy color: '#288195'

red 40 ◦ green 129 ◦ blue 149

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

Shades of Scooter #288195

Tints of Scooter #288195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.57%

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

R = 12.58%
G = 40.57%
B = 46.86%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288195 (or 0x288195) is known color: Scooter. HEX triplet: 28, 81 and 95. RGB value is (40,129,149). Sum of RGB (Red+Green+Blue) = 40+129+149=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #288195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288195 is #D77E6A. Grayscale: #686868. Windows color (decimal): -14122603 or 9797928. OLE color: 9797928.

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

Color convert

RGB 40 129 149 -
CMYK 0.73 0.13 0 0.42
HSL 191.01º 0.58% 0.37% -
HSV(B) 191.01º 0.73% 0.58% -
XYZ 14.15 18.32 31.22 -
YUV 104.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 40 129 149 0.73 0.13 0 0.42 191.01 0.58 0.37
Hex 28 81 95 49 D 0 2A BF 3A 25
Octal 50 201 225 111 15 0 52 277 72 45
Binary 101000 10000001 10010101 1001001 1101 0 101010 10111111 111010 100101

Color Harmonies of #288195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288195

Black with #288195

Text Example


Text Example

White with #288195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288195; }

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

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

background-color css

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

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

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

border-color css

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

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

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