Html Css Color HEX #298BA4 Scooter

📋 copy color: '#298BA4'

red 41 ◦ green 139 ◦ blue 164

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

Shades of Scooter #298BA4

Tints of Scooter #298BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.67%

R = 11.92%
G = 40.41%
B = 47.67%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#298BA4 (or 0x298BA4) is known color: Scooter. HEX triplet: 29, 8B and A4. RGB value is (41,139,164). Sum of RGB (Red+Green+Blue) = 41+139+164=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #298BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BA4 is #D6745B. Grayscale: #707070. Windows color (decimal): -14054492 or 10783529. OLE color: 10783529.

HSL color Cylindrical-coordinate representation of color #298BA4: hue angle of 192.2º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #298BA4 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 139 164 -
CMYK 0.75 0.15 0 0.36
HSL 192.2º 0.6% 0.4% -
HSV(B) 192.2º 0.75% 0.64% -
XYZ 16.85 21.62 38.41 -
YUV 112.55 157.03 76.97 -
System Red Green Blue C M Y K H S L
Decimal 41 139 164 0.75 0.15 0 0.36 192.2 0.6 0.4
Hex 29 8B A4 4B F 0 24 C0 3C 28
Octal 51 213 244 113 17 0 44 300 74 50
Binary 101001 10001011 10100100 1001011 1111 0 100100 11000000 111100 101000

Color Harmonies of #298BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BA4

Black with #298BA4

Text Example


Text Example

White with #298BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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