Html Css Color HEX #298BAC Scooter

📋 copy color: '#298BAC'

red 41 ◦ green 139 ◦ blue 172

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

Shades of Scooter #298BAC

Tints of Scooter #298BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 11.65%
G = 39.49%
B = 48.86%

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

#298BAC (or 0x298BAC) is known color: Scooter. HEX triplet: 29, 8B and AC. RGB value is (41,139,172). Sum of RGB (Red+Green+Blue) = 41+139+172=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #298BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BAC is #D67453. Grayscale: #717171. Windows color (decimal): -14054484 or 11307817. OLE color: 11307817.

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

Color convert

RGB 41 139 172 -
CMYK 0.76 0.19 0 0.33
HSL 195.11º 0.62% 0.42% -
HSV(B) 195.11º 0.76% 0.67% -
XYZ 17.59 21.92 42.33 -
YUV 113.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 41 139 172 0.76 0.19 0 0.33 195.11 0.62 0.42
Hex 29 8B AC 4C 13 0 21 C3 3E 2A
Octal 51 213 254 114 23 0 41 303 76 52
Binary 101001 10001011 10101100 1001100 10011 0 100001 11000011 111110 101010

Color Harmonies of #298BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BAC

Black with #298BAC

Text Example


Text Example

White with #298BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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