Html Css Color HEX #298490 Scooter

📋 copy color: '#298490'

red 41 ◦ green 132 ◦ blue 144

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

Shades of Scooter #298490

Tints of Scooter #298490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 12.93%
G = 41.64%
B = 45.43%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#298490 (or 0x298490) is known color: Scooter. HEX triplet: 29, 84 and 90. RGB value is (41,132,144). Sum of RGB (Red+Green+Blue) = 41+132+144=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #298490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298490 is #D67B6F. Grayscale: #6A6A6A. Windows color (decimal): -14056304 or 9471017. OLE color: 9471017.

HSL color Cylindrical-coordinate representation of color #298490: hue angle of 186.99º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298490 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 132 144 -
CMYK 0.72 0.08 0 0.44
HSL 186.99º 0.56% 0.36% -
HSV(B) 186.99º 0.72% 0.56% -
XYZ 14.2 18.99 29.3 -
YUV 106.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 41 132 144 0.72 0.08 0 0.44 186.99 0.56 0.36
Hex 29 84 90 48 8 0 2C BB 38 24
Octal 51 204 220 110 10 0 54 273 70 44
Binary 101001 10000100 10010000 1001000 1000 0 101100 10111011 111000 100100

Color Harmonies of #298490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298490

Black with #298490

Text Example


Text Example

White with #298490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298490; }

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

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

background-color css

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

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

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

border-color css

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

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

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