Html Css Color HEX #298299 Scooter

📋 copy color: '#298299'

red 41 ◦ green 130 ◦ blue 153

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

Shades of Scooter #298299

Tints of Scooter #298299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

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

R = 12.65%
G = 40.12%
B = 47.22%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#298299 (or 0x298299) is known color: Scooter. HEX triplet: 29, 82 and 99. RGB value is (41,130,153). Sum of RGB (Red+Green+Blue) = 41+130+153=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #298299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298299 is #D67D66. Grayscale: #696969. Windows color (decimal): -14056807 or 10060329. OLE color: 10060329.

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

Color convert

RGB 41 130 153 -
CMYK 0.73 0.15 0 0.4
HSL 192.32º 0.58% 0.38% -
HSV(B) 192.32º 0.73% 0.6% -
XYZ 14.65 18.74 32.98 -
YUV 106.01 154.51 81.63 -
System Red Green Blue C M Y K H S L
Decimal 41 130 153 0.73 0.15 0 0.4 192.32 0.58 0.38
Hex 29 82 99 49 F 0 28 C0 3A 26
Octal 51 202 231 111 17 0 50 300 72 46
Binary 101001 10000010 10011001 1001001 1111 0 101000 11000000 111010 100110

Color Harmonies of #298299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298299

Black with #298299

Text Example


Text Example

White with #298299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298299; }

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

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

background-color css

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

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

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

border-color css

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

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

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