#298896

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

Shades of Scooter #298896

Tints of Scooter #298896

Color information

#298896 (or 0x298896) is unknown color: approx Scooter. HEX triplet: 29, 88 and 96. RGB value is (41,136,150). Sum of RGB (Red+Green+Blue) = 41+136+150=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #298896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298896 is #D67769. Grayscale: #6D6D6D. Windows color (decimal): -14055274 or 9865257. OLE color: 9865257.

HSL color Cylindrical-coordinate representation of color #298896: hue angle of 187.71º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298896 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB41136150-
CMYK0.730.0900.41
HSL187.71º57.07%37.45%-
HSV(B)187.71º72.67%58.82%-
XYZ15.2220.2831.97-
YUV109.19151.0379.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=12.54%
G=41.59%
B=45.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411361500.730.0900.41187.7157.0737.45
Hex298896499029bc3925
Octal51210226111110512747145
Binary101001100010001001011010010011001010100110111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298896; }

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

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

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

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

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

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

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

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