Html Css Color HEX #298099 Scooter

📋 copy color: '#298099'

red 41 ◦ green 128 ◦ blue 153

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

Shades of Scooter #298099

Tints of Scooter #298099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

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

R = 12.73%
G = 39.75%
B = 47.52%

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

#298099 (or 0x298099) is known color: Scooter. HEX triplet: 29, 80 and 99. RGB value is (41,128,153). Sum of RGB (Red+Green+Blue) = 41+128+153=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #298099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298099 is #D67F66. Grayscale: #686868. Windows color (decimal): -14057319 or 10059817. OLE color: 10059817.

HSL color Cylindrical-coordinate representation of color #298099: hue angle of 193.39º 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 #298099 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 128 153 -
CMYK 0.73 0.16 0 0.4
HSL 193.39º 0.58% 0.38% -
HSV(B) 193.39º 0.73% 0.6% -
XYZ 14.38 18.21 32.89 -
YUV 104.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 41 128 153 0.73 0.16 0 0.4 193.39 0.58 0.38
Hex 29 80 99 49 10 0 28 C1 3A 26
Octal 51 200 231 111 20 0 50 301 72 46
Binary 101001 10000000 10011001 1001001 10000 0 101000 11000001 111010 100110

Color Harmonies of #298099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298099

Black with #298099

Text Example


Text Example

White with #298099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298099; }

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

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

background-color css

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

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

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

border-color css

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

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

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