#298FA4

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

Shades of Scooter #298FA4

Tints of Scooter #298FA4

Color information

#298FA4 (or 0x298FA4) is unknown color: approx Scooter. HEX triplet: 29, 8F and A4. RGB value is (41,143,164). Sum of RGB (Red+Green+Blue) = 41+143+164=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #298FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298FA4 is #D6705B. Grayscale: #727272. Windows color (decimal): -14053468 or 10784553. OLE color: 10784553.

HSL color Cylindrical-coordinate representation of color #298FA4: hue angle of 190.24º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #298FA4 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB41143164-
CMYK0.750.1300.36
HSL190.24º60%40.2%-
HSV(B)190.24º75%64.31%-
XYZ17.4422.838.6-
YUV114.9155.7175.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.78%
GREEN value IS 143 (56.25% from 255) = 41.09%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=11.78%
G=41.09%
B=47.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411431640.750.1300.36190.246040.2
Hex298FA44BD024be3c28
Octal51217244113150442767450
Binary101001100011111010010010010111101010010010111110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298FA4; }

 p { color: rgb(41,143,164); }

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

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

 a { background-color: rgb(41,143,164); }

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

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

 span { border-color: rgb(41,143,164); }

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