Html Css Color HEX #288093 Scooter

📋 copy color: '#288093'

red 40 ◦ green 128 ◦ blue 147

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

Shades of Scooter #288093

Tints of Scooter #288093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.63%

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

R = 12.7%
G = 40.63%
B = 46.67%

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

#288093 (or 0x288093) is known color: Scooter. HEX triplet: 28, 80 and 93. RGB value is (40,128,147). Sum of RGB (Red+Green+Blue) = 40+128+147=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #288093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288093 is #D77F6C. Grayscale: #676767. Windows color (decimal): -14122861 or 9666600. OLE color: 9666600.

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

Color convert

RGB 40 128 147 -
CMYK 0.73 0.13 0 0.42
HSL 190.65º 0.57% 0.37% -
HSV(B) 190.65º 0.73% 0.58% -
XYZ 13.86 18 30.35 -
YUV 103.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 40 128 147 0.73 0.13 0 0.42 190.65 0.57 0.37
Hex 28 80 93 49 D 0 2A BF 39 25
Octal 50 200 223 111 15 0 52 277 71 45
Binary 101000 10000000 10010011 1001001 1101 0 101010 10111111 111001 100101

Color Harmonies of #288093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288093

Black with #288093

Text Example


Text Example

White with #288093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288093; }

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

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

background-color css

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

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

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

border-color css

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

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

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