#288A98

Color #288A98 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #288A98

Tints of Scooter #288A98

Color information

#288A98 (or 0x288A98) is unknown color: approx Scooter. HEX triplet: 28, 8A and 98. RGB value is (40,138,152). Sum of RGB (Red+Green+Blue) = 40+138+152=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #288A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A98 is #D77567. Grayscale: #6E6E6E. Windows color (decimal): -14120296 or 9996840. OLE color: 9996840.

HSL color Cylindrical-coordinate representation of color #288A98: hue angle of 187.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288A98 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB40138152-
CMYK0.740.0900.40
HSL187.5º58.33%37.65%-
HSV(B)187.5º73.68%59.61%-
XYZ15.6320.932.92-
YUV110.29151.5377.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.12%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=12.12%
G=41.82%
B=46.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal401381520.740.0900.40187.558.3337.65
Hex288A984A9028bc3a26
Octal50212230112110502747246
Binary101000100010101001100010010101001010100010111100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288A98; }

 p { color: rgb(40,138,152); }

 H1.HeaderClassName
 {
   color: #288A98;
 }
 .AnyTagClassName
 {
   color: #288A98;
 }
</style>
background-color css

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

 a { background-color: rgb(40,138,152); }

 div.DivClassName
 {
   background-color: #288A98;
 }
 .BgClassName
 {
   background-color: #288A98;
 }
</style>
border-color css

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

 span { border-color: rgb(40,138,152); }

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