#298797

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

Shades of Scooter #298797

Tints of Scooter #298797

Color information

#298797 (or 0x298797) is unknown color: approx Scooter. HEX triplet: 29, 87 and 97. RGB value is (41,135,151). Sum of RGB (Red+Green+Blue) = 41+135+151=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #298797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298797 is #D67868. Grayscale: #6C6C6C. Windows color (decimal): -14055529 or 9930537. OLE color: 9930537.

HSL color Cylindrical-coordinate representation of color #298797: hue angle of 188.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298797 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB41135151-
CMYK0.730.1100.41
HSL188.73º57.29%37.65%-
HSV(B)188.73º72.85%59.22%-
XYZ15.1620.0332.35-
YUV108.72151.8679.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=12.54%
G=41.28%
B=46.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411351510.730.1100.41188.7357.2937.65
Hex29879749B029bd3926
Octal51207227111130512757146
Binary101001100001111001011110010011011010100110111101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298797; }

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

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

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

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

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

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

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

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