#298695

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

Shades of Scooter #298695

Tints of Scooter #298695

Color information

#298695 (or 0x298695) is unknown color: approx Scooter. HEX triplet: 29, 86 and 95. RGB value is (41,134,149). Sum of RGB (Red+Green+Blue) = 41+134+149=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #298695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298695 is #D6796A. Grayscale: #6B6B6B. Windows color (decimal): -14055787 or 9799209. OLE color: 9799209.

HSL color Cylindrical-coordinate representation of color #298695: hue angle of 188.33º degrees, saturation: 0.57, 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 #298695 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41134149-
CMYK0.720.1000.42
HSL188.33º56.84%37.25%-
HSV(B)188.33º72.48%58.43%-
XYZ14.8619.6931.45-
YUV107.9151.1980.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.65%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=12.65%
G=41.36%
B=45.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411341490.720.1000.42188.3356.8437.25
Hex29869548A02Abc3925
Octal51206225110120522747145
Binary101001100001101001010110010001010010101010111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298695; }

 p { color: rgb(41,134,149); }

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

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

 a { background-color: rgb(41,134,149); }

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

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

 span { border-color: rgb(41,134,149); }

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