#298390

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

Shades of Scooter #298390

Tints of Scooter #298390

Color information

#298390 (or 0x298390) is unknown color: approx Scooter. HEX triplet: 29, 83 and 90. RGB value is (41,131,144). Sum of RGB (Red+Green+Blue) = 41+131+144=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #298390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298390 is #D67C6F. Grayscale: #696969. Windows color (decimal): -14056560 or 9470761. OLE color: 9470761.

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

Color convert

RGB41131144-
CMYK0.720.0900.44
HSL187.57º55.68%36.27%-
HSV(B)187.57º71.53%56.47%-
XYZ14.0618.7229.26-
YUV105.57149.6881.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.97%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=12.97%
G=41.46%
B=45.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411311440.720.0900.44187.5755.6836.27
Hex29839048902Cbc3824
Octal51203220110110542747044
Binary101001100000111001000010010001001010110010111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298390; }

 p { color: rgb(41,131,144); }

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

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

 a { background-color: rgb(41,131,144); }

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

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

 span { border-color: rgb(41,131,144); }

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