Html Css Color HEX #298BAA Scooter

📋 copy color: '#298BAA'

red 41 ◦ green 139 ◦ blue 170

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

Shades of Scooter #298BAA

Tints of Scooter #298BAA

RGB

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

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

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

R = 11.71%
G = 39.71%
B = 48.57%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#298BAA (or 0x298BAA) is known color: Scooter. HEX triplet: 29, 8B and AA. RGB value is (41,139,170). Sum of RGB (Red+Green+Blue) = 41+139+170=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #298BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BAA is #D67455. Grayscale: #717171. Windows color (decimal): -14054486 or 11176745. OLE color: 11176745.

HSL color Cylindrical-coordinate representation of color #298BAA: hue angle of 194.42º 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 #298BAA is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 139 170 -
CMYK 0.76 0.18 0 0.33
HSL 194.42º 0.61% 0.41% -
HSV(B) 194.42º 0.76% 0.67% -
XYZ 17.4 21.84 41.33 -
YUV 113.23 160.03 76.48 -
System Red Green Blue C M Y K H S L
Decimal 41 139 170 0.76 0.18 0 0.33 194.42 0.61 0.41
Hex 29 8B AA 4C 12 0 21 C2 3D 29
Octal 51 213 252 114 22 0 41 302 75 51
Binary 101001 10001011 10101010 1001100 10010 0 100001 11000010 111101 101001

Color Harmonies of #298BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BAA

Black with #298BAA

Text Example


Text Example

White with #298BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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