#298893

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

Shades of Scooter #298893

Tints of Scooter #298893

Color information

#298893 (or 0x298893) is unknown color: approx Scooter. HEX triplet: 29, 88 and 93. RGB value is (41,136,147). Sum of RGB (Red+Green+Blue) = 41+136+147=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #298893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298893 is #D6776C. Grayscale: #6C6C6C. Windows color (decimal): -14055277 or 9668649. OLE color: 9668649.

HSL color Cylindrical-coordinate representation of color #298893: hue angle of 186.23º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298893 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41136147-
CMYK0.720.0700.42
HSL186.23º56.38%36.86%-
HSV(B)186.23º72.11%57.65%-
XYZ14.9920.1930.71-
YUV108.85149.5379.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.65%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=12.65%
G=41.98%
B=45.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411361470.720.0700.42186.2356.3836.86
Hex29889348702Aba3825
Octal5121022311070522727045
Binary10100110001000100100111001000111010101010111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298893; }

 p { color: rgb(41,136,147); }

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

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

 a { background-color: rgb(41,136,147); }

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

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

 span { border-color: rgb(41,136,147); }

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