Html Css Color HEX #298BA6 Scooter

📋 copy color: '#298BA6'

red 41 ◦ green 139 ◦ blue 166

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

Shades of Scooter #298BA6

Tints of Scooter #298BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.98%

R = 11.85%
G = 40.17%
B = 47.98%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#298BA6 (or 0x298BA6) is known color: Scooter. HEX triplet: 29, 8B and A6. RGB value is (41,139,166). Sum of RGB (Red+Green+Blue) = 41+139+166=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #298BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BA6 is #D67459. Grayscale: #707070. Windows color (decimal): -14054490 or 10914601. OLE color: 10914601.

HSL color Cylindrical-coordinate representation of color #298BA6: hue angle of 192.96º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #298BA6 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 139 166 -
CMYK 0.75 0.16 0 0.35
HSL 192.96º 0.6% 0.41% -
HSV(B) 192.96º 0.75% 0.65% -
XYZ 17.03 21.69 39.37 -
YUV 112.78 158.03 76.8 -
System Red Green Blue C M Y K H S L
Decimal 41 139 166 0.75 0.16 0 0.35 192.96 0.6 0.41
Hex 29 8B A6 4B 10 0 23 C1 3C 29
Octal 51 213 246 113 20 0 43 301 74 51
Binary 101001 10001011 10100110 1001011 10000 0 100011 11000001 111100 101001

Color Harmonies of #298BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BA6

Black with #298BA6

Text Example


Text Example

White with #298BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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