#298993

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

Shades of Scooter #298993

Tints of Scooter #298993

Color information

#298993 (or 0x298993) is unknown color: approx Scooter. HEX triplet: 29, 89 and 93. RGB value is (41,137,147). Sum of RGB (Red+Green+Blue) = 41+137+147=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #298993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298993 is #D6766C. Grayscale: #6D6D6D. Windows color (decimal): -14055021 or 9668905. OLE color: 9668905.

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

Color convert

RGB41137147-
CMYK0.720.0700.42
HSL185.66º56.38%36.86%-
HSV(B)185.66º72.11%57.65%-
XYZ15.1320.4730.76-
YUV109.44149.279.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=12.62%
G=42.15%
B=45.23%

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
Decimal411371470.720.0700.42185.6656.3836.86
Hex29899348702Aba3825
Octal5121122311070522727045
Binary10100110001001100100111001000111010101010111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298993; }

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

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

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

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

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

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

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

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