Html Css Color HEX #298499 Scooter

📋 copy color: '#298499'

red 41 ◦ green 132 ◦ blue 153

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

Shades of Scooter #298499

Tints of Scooter #298499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.49%

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

R = 12.58%
G = 40.49%
B = 46.93%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#298499 (or 0x298499) is known color: Scooter. HEX triplet: 29, 84 and 99. RGB value is (41,132,153). Sum of RGB (Red+Green+Blue) = 41+132+153=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #298499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298499 is #D67B66. Grayscale: #6B6B6B. Windows color (decimal): -14056295 or 10060841. OLE color: 10060841.

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

Color convert

RGB 41 132 153 -
CMYK 0.73 0.14 0 0.4
HSL 191.25º 0.58% 0.38% -
HSV(B) 191.25º 0.73% 0.6% -
XYZ 14.92 19.27 33.07 -
YUV 107.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 41 132 153 0.73 0.14 0 0.4 191.25 0.58 0.38
Hex 29 84 99 49 E 0 28 BF 3A 26
Octal 51 204 231 111 16 0 50 277 72 46
Binary 101001 10000100 10011001 1001001 1110 0 101000 10111111 111010 100110

Color Harmonies of #298499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298499

Black with #298499

Text Example


Text Example

White with #298499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298499; }

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

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

background-color css

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

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

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

border-color css

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

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

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