Html Css Color HEX #298AAA Scooter

📋 copy color: '#298AAA'

red 41 ◦ green 138 ◦ blue 170

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

Shades of Scooter #298AAA

Tints of Scooter #298AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.54%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 11.75%
G = 39.54%
B = 48.71%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#298AAA (or 0x298AAA) is known color: Scooter. HEX triplet: 29, 8A and AA. RGB value is (41,138,170). Sum of RGB (Red+Green+Blue) = 41+138+170=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #298AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298AAA is #D67555. Grayscale: #707070. Windows color (decimal): -14054742 or 11176489. OLE color: 11176489.

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

Color convert

RGB 41 138 170 -
CMYK 0.76 0.19 0 0.33
HSL 194.88º 0.61% 0.41% -
HSV(B) 194.88º 0.76% 0.67% -
XYZ 17.26 21.55 41.28 -
YUV 112.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 41 138 170 0.76 0.19 0 0.33 194.88 0.61 0.41
Hex 29 8A AA 4C 13 0 21 C3 3D 29
Octal 51 212 252 114 23 0 41 303 75 51
Binary 101001 10001010 10101010 1001100 10011 0 100001 11000011 111101 101001

Color Harmonies of #298AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298AAA

Black with #298AAA

Text Example


Text Example

White with #298AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,138,170); }

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

background-color css

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

 a { background-color: rgb(41,138,170); }

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

border-color css

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

 span { border-color: rgb(41,138,170); }

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