Html Css Color HEX #298BAB Scooter

📋 copy color: '#298BAB'

red 41 ◦ green 139 ◦ blue 171

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

Shades of Scooter #298BAB

Tints of Scooter #298BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 11.68%
G = 39.6%
B = 48.72%

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

#298BAB (or 0x298BAB) is known color: Scooter. HEX triplet: 29, 8B and AB. RGB value is (41,139,171). Sum of RGB (Red+Green+Blue) = 41+139+171=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #298BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BAB is #D67454. Grayscale: #717171. Windows color (decimal): -14054485 or 11242281. OLE color: 11242281.

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

Color convert

RGB 41 139 171 -
CMYK 0.76 0.19 0 0.33
HSL 194.77º 0.61% 0.42% -
HSV(B) 194.77º 0.76% 0.67% -
XYZ 17.5 21.88 41.83 -
YUV 113.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 41 139 171 0.76 0.19 0 0.33 194.77 0.61 0.42
Hex 29 8B AB 4C 13 0 21 C3 3D 2A
Octal 51 213 253 114 23 0 41 303 75 52
Binary 101001 10001011 10101011 1001100 10011 0 100001 11000011 111101 101010

Color Harmonies of #298BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BAB

Black with #298BAB

Text Example


Text Example

White with #298BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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