Html Css Color HEX #288193 Scooter

📋 copy color: '#288193'

red 40 ◦ green 129 ◦ blue 147

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

Shades of Scooter #288193

Tints of Scooter #288193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 12.66%
G = 40.82%
B = 46.52%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288193 (or 0x288193) is known color: Scooter. HEX triplet: 28, 81 and 93. RGB value is (40,129,147). Sum of RGB (Red+Green+Blue) = 40+129+147=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #288193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288193 is #D77E6C. Grayscale: #686868. Windows color (decimal): -14122605 or 9666856. OLE color: 9666856.

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

Color convert

RGB 40 129 147 -
CMYK 0.73 0.12 0 0.42
HSL 190.09º 0.57% 0.37% -
HSV(B) 190.09º 0.73% 0.58% -
XYZ 13.99 18.26 30.39 -
YUV 104.44 152.01 82.04 -
System Red Green Blue C M Y K H S L
Decimal 40 129 147 0.73 0.12 0 0.42 190.09 0.57 0.37
Hex 28 81 93 49 C 0 2A BE 39 25
Octal 50 201 223 111 14 0 52 276 71 45
Binary 101000 10000001 10010011 1001001 1100 0 101010 10111110 111001 100101

Color Harmonies of #288193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288193

Black with #288193

Text Example


Text Example

White with #288193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288193; }

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

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

background-color css

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

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

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

border-color css

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

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

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