Html Css Color HEX #288192 Scooter

📋 copy color: '#288192'

red 40 ◦ green 129 ◦ blue 146

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

Shades of Scooter #288192

Tints of Scooter #288192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 12.7%
G = 40.95%
B = 46.35%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#288192 (or 0x288192) is known color: Scooter. HEX triplet: 28, 81 and 92. RGB value is (40,129,146). Sum of RGB (Red+Green+Blue) = 40+129+146=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #288192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288192 is #D77E6D. Grayscale: #686868. Windows color (decimal): -14122606 or 9601320. OLE color: 9601320.

HSL color Cylindrical-coordinate representation of color #288192: hue angle of 189.62º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288192 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 129 146 -
CMYK 0.73 0.12 0 0.43
HSL 189.62º 0.57% 0.36% -
HSV(B) 189.62º 0.73% 0.57% -
XYZ 13.91 18.23 29.98 -
YUV 104.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 40 129 146 0.73 0.12 0 0.43 189.62 0.57 0.36
Hex 28 81 92 49 C 0 2B BE 39 24
Octal 50 201 222 111 14 0 53 276 71 44
Binary 101000 10000001 10010010 1001001 1100 0 101011 10111110 111001 100100

Color Harmonies of #288192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288192

Black with #288192

Text Example


Text Example

White with #288192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288192; }

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

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

background-color css

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

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

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

border-color css

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

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

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