Html Css Color HEX #298D99 Scooter

📋 copy color: '#298D99'

red 41 ◦ green 141 ◦ blue 153

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

Shades of Scooter #298D99

Tints of Scooter #298D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.09%

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

R = 12.24%
G = 42.09%
B = 45.67%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#298D99 (or 0x298D99) is known color: Scooter. HEX triplet: 29, 8D and 99. RGB value is (41,141,153). Sum of RGB (Red+Green+Blue) = 41+141+153=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #298D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D99 is #D67266. Grayscale: #707070. Windows color (decimal): -14053991 or 10063145. OLE color: 10063145.

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

Color convert

RGB 41 141 153 -
CMYK 0.73 0.08 0 0.4
HSL 186.43º 0.58% 0.38% -
HSV(B) 186.43º 0.73% 0.6% -
XYZ 16.19 21.82 33.5 -
YUV 112.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 41 141 153 0.73 0.08 0 0.4 186.43 0.58 0.38
Hex 29 8D 99 49 8 0 28 BA 3A 26
Octal 51 215 231 111 10 0 50 272 72 46
Binary 101001 10001101 10011001 1001001 1000 0 101000 10111010 111010 100110

Color Harmonies of #298D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298D99

Black with #298D99

Text Example


Text Example

White with #298D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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