#298792

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

Shades of Scooter #298792

Tints of Scooter #298792

Color information

#298792 (or 0x298792) is unknown color: approx Scooter. HEX triplet: 29, 87 and 92. RGB value is (41,135,146). Sum of RGB (Red+Green+Blue) = 41+135+146=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #298792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298792 is #D6786D. Grayscale: #6C6C6C. Windows color (decimal): -14055534 or 9602857. OLE color: 9602857.

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

Color convert

RGB41135146-
CMYK0.720.0800.43
HSL186.29º56.15%36.67%-
HSV(B)186.29º71.92%57.25%-
XYZ14.7719.8730.25-
YUV108.15149.3680.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.73%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=12.73%
G=41.93%
B=45.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411351460.720.0800.43186.2956.1536.67
Hex29879248802Bba3825
Octal51207222110100532727045
Binary101001100001111001001010010001000010101110111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298792; }

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

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

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

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

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

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

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

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