Html Css Color HEX #298F99 Scooter

📋 copy color: '#298F99'

red 41 ◦ green 143 ◦ blue 153

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

Shades of Scooter #298F99

Tints of Scooter #298F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.43%

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

R = 12.17%
G = 42.43%
B = 45.4%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#298F99 (or 0x298F99) is known color: Scooter. HEX triplet: 29, 8F and 99. RGB value is (41,143,153). Sum of RGB (Red+Green+Blue) = 41+143+153=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #298F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298F99 is #D67066. Grayscale: #717171. Windows color (decimal): -14053479 or 10063657. OLE color: 10063657.

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

Color convert

RGB 41 143 153 -
CMYK 0.73 0.07 0 0.4
HSL 185.36º 0.58% 0.38% -
HSV(B) 185.36º 0.73% 0.6% -
XYZ 16.49 22.42 33.59 -
YUV 113.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 41 143 153 0.73 0.07 0 0.4 185.36 0.58 0.38
Hex 29 8F 99 49 7 0 28 B9 3A 26
Octal 51 217 231 111 7 0 50 271 72 46
Binary 101001 10001111 10011001 1001001 111 0 101000 10111001 111010 100110

Color Harmonies of #298F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298F99

Black with #298F99

Text Example


Text Example

White with #298F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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