Html Css Color HEX #298199 Scooter

📋 copy color: '#298199'

red 41 ◦ green 129 ◦ blue 153

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

Shades of Scooter #298199

Tints of Scooter #298199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.94%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 12.69%
G = 39.94%
B = 47.37%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#298199 (or 0x298199) is known color: Scooter. HEX triplet: 29, 81 and 99. RGB value is (41,129,153). Sum of RGB (Red+Green+Blue) = 41+129+153=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #298199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298199 is #D67E66. Grayscale: #696969. Windows color (decimal): -14057063 or 10060073. OLE color: 10060073.

HSL color Cylindrical-coordinate representation of color #298199: hue angle of 192.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298199 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 129 153 -
CMYK 0.73 0.16 0 0.4
HSL 192.86º 0.58% 0.38% -
HSV(B) 192.86º 0.73% 0.6% -
XYZ 14.51 18.47 32.94 -
YUV 105.42 154.85 82.05 -
System Red Green Blue C M Y K H S L
Decimal 41 129 153 0.73 0.16 0 0.4 192.86 0.58 0.38
Hex 29 81 99 49 10 0 28 C1 3A 26
Octal 51 201 231 111 20 0 50 301 72 46
Binary 101001 10000001 10011001 1001001 10000 0 101000 11000001 111010 100110

Color Harmonies of #298199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298199

Black with #298199

Text Example


Text Example

White with #298199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298199; }

 p { color: rgb(41,129,153); }

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

background-color css

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

 a { background-color: rgb(41,129,153); }

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

border-color css

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

 span { border-color: rgb(41,129,153); }

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