Html Css Color HEX #298BA9 Scooter

📋 copy color: '#298BA9'

red 41 ◦ green 139 ◦ blue 169

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

Shades of Scooter #298BA9

Tints of Scooter #298BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.83%

 BLUE value IS 169 (66.41% from 255) = 48.42%

R = 11.75%
G = 39.83%
B = 48.42%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#298BA9 (or 0x298BA9) is known color: Scooter. HEX triplet: 29, 8B and A9. RGB value is (41,139,169). Sum of RGB (Red+Green+Blue) = 41+139+169=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #298BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BA9 is #D67456. Grayscale: #707070. Windows color (decimal): -14054487 or 11111209. OLE color: 11111209.

HSL color Cylindrical-coordinate representation of color #298BA9: hue angle of 194.06º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298BA9 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 41 139 169 -
CMYK 0.76 0.18 0 0.34
HSL 194.06º 0.61% 0.41% -
HSV(B) 194.06º 0.76% 0.66% -
XYZ 17.31 21.8 40.83 -
YUV 113.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 41 139 169 0.76 0.18 0 0.34 194.06 0.61 0.41
Hex 29 8B A9 4C 12 0 22 C2 3D 29
Octal 51 213 251 114 22 0 42 302 75 51
Binary 101001 10001011 10101001 1001100 10010 0 100010 11000010 111101 101001

Color Harmonies of #298BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BA9

Black with #298BA9

Text Example


Text Example

White with #298BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,139,169); }

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

background-color css

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

 a { background-color: rgb(41,139,169); }

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

border-color css

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

 span { border-color: rgb(41,139,169); }

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