#298793

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

Shades of Scooter #298793

Tints of Scooter #298793

Color information

#298793 (or 0x298793) is unknown color: approx Scooter. HEX triplet: 29, 87 and 93. RGB value is (41,135,147). Sum of RGB (Red+Green+Blue) = 41+135+147=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #298793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298793 is #D6786C. Grayscale: #6C6C6C. Windows color (decimal): -14055533 or 9668393. OLE color: 9668393.

HSL color Cylindrical-coordinate representation of color #298793: hue angle of 186.79º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298793 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41135147-
CMYK0.720.0800.42
HSL186.79º56.38%36.86%-
HSV(B)186.79º72.11%57.65%-
XYZ14.8419.9130.66-
YUV108.26149.8680.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=12.69%
G=41.80%
B=45.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411351470.720.0800.42186.7956.3836.86
Hex29879348802Abb3825
Octal51207223110100522737045
Binary101001100001111001001110010001000010101010111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298793; }

 p { color: rgb(41,135,147); }

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

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

 a { background-color: rgb(41,135,147); }

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

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

 span { border-color: rgb(41,135,147); }

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