#298491

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

Shades of Scooter #298491

Tints of Scooter #298491

Color information

#298491 (or 0x298491) is unknown color: approx Scooter. HEX triplet: 29, 84 and 91. RGB value is (41,132,145). Sum of RGB (Red+Green+Blue) = 41+132+145=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #298491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298491 is #D67B6E. Grayscale: #6A6A6A. Windows color (decimal): -14056303 or 9536553. OLE color: 9536553.

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

Color convert

RGB41132145-
CMYK0.720.0900.43
HSL187.5º55.91%36.47%-
HSV(B)187.5º71.72%56.86%-
XYZ14.2819.0229.71-
YUV106.27149.8581.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.89%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=12.89%
G=41.51%
B=45.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411321450.720.0900.43187.555.9136.47
Hex29849148902Bbc3824
Octal51204221110110532747044
Binary101001100001001001000110010001001010101110111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298491; }

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

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

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

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

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

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

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

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