Html Css Color HEX #288493 Scooter

📋 copy color: '#288493'

red 40 ◦ green 132 ◦ blue 147

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

Shades of Scooter #288493

Tints of Scooter #288493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.38%

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

R = 12.54%
G = 41.38%
B = 46.08%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288493 (or 0x288493) is known color: Scooter. HEX triplet: 28, 84 and 93. RGB value is (40,132,147). Sum of RGB (Red+Green+Blue) = 40+132+147=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #288493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288493 is #D77B6C. Grayscale: #6A6A6A. Windows color (decimal): -14121837 or 9667624. OLE color: 9667624.

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

Color convert

RGB 40 132 147 -
CMYK 0.73 0.10 0 0.42
HSL 188.41º 0.57% 0.37% -
HSV(B) 188.41º 0.73% 0.58% -
XYZ 14.39 19.06 30.52 -
YUV 106.2 151.02 80.78 -
System Red Green Blue C M Y K H S L
Decimal 40 132 147 0.73 0.10 0 0.42 188.41 0.57 0.37
Hex 28 84 93 49 A 0 2A BC 39 25
Octal 50 204 223 111 12 0 52 274 71 45
Binary 101000 10000100 10010011 1001001 1010 0 101010 10111100 111001 100101

Color Harmonies of #288493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288493

Black with #288493

Text Example


Text Example

White with #288493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288493; }

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

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

background-color css

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

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

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

border-color css

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

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

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