#298191

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

Shades of Scooter #298191

Tints of Scooter #298191

Color information

#298191 (or 0x298191) is unknown color: approx Scooter. HEX triplet: 29, 81 and 91. RGB value is (41,129,145). Sum of RGB (Red+Green+Blue) = 41+129+145=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #298191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298191 is #D67E6E. Grayscale: #686868. Windows color (decimal): -14057071 or 9535785. OLE color: 9535785.

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

Color convert

RGB41129145-
CMYK0.720.1100.43
HSL189.23º55.91%36.47%-
HSV(B)189.23º71.72%56.86%-
XYZ13.8818.2229.57-
YUV104.51150.8582.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=13.02%
G=40.95%
B=46.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411291450.720.1100.43189.2355.9136.47
Hex29819148B02Bbd3824
Octal51201221110130532757044
Binary101001100000011001000110010001011010101110111101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298191; }

 p { color: rgb(41,129,145); }

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

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

 a { background-color: rgb(41,129,145); }

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

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

 span { border-color: rgb(41,129,145); }

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