Html Css Color HEX #298EA9 Scooter

📋 copy color: '#298EA9'

red 41 ◦ green 142 ◦ blue 169

#298EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #298EA9

Tints of Scooter #298EA9

RGB

 RED value IS 41 (16.41% from 255) = 11.65%

 GREEN value IS 142 (55.86% from 255) = 40.34%

 BLUE value IS 169 (66.41% from 255) = 48.01%

R = 11.65%
G = 40.34%
B = 48.01%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#298EA9 (or 0x298EA9) is known color: Scooter. HEX triplet: 29, 8E and A9. RGB value is (41,142,169). Sum of RGB (Red+Green+Blue) = 41+142+169=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #298EA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298EA9 is #D67156. Grayscale: #727272. Windows color (decimal): -14053719 or 11111977. OLE color: 11111977.

HSL color Cylindrical-coordinate representation of color #298EA9: hue angle of 192.66º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298EA9 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 41 142 169 -
CMYK 0.76 0.16 0 0.34
HSL 192.66º 0.61% 0.41% -
HSV(B) 192.66º 0.76% 0.66% -
XYZ 17.75 22.68 40.98 -
YUV 114.88 158.54 75.3 -
System Red Green Blue C M Y K H S L
Decimal 41 142 169 0.76 0.16 0 0.34 192.66 0.61 0.41
Hex 29 8E A9 4C 10 0 22 C1 3D 29
Octal 51 216 251 114 20 0 42 301 75 51
Binary 101001 10001110 10101001 1001100 10000 0 100010 11000001 111101 101001

Color Harmonies of #298EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EA9

Black with #298EA9

Text Example


Text Example

White with #298EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,142,169); }

 H1.HeaderClassName
 {
   color: #298EA9;
 }
 .AnyTagClassName
 {
   color: #298EA9;
 }
</style>

background-color css

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

 a { background-color: rgb(41,142,169); }

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

border-color css

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

 span { border-color: rgb(41,142,169); }

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