Html Css Color HEX #3294AD Scooter

📋 copy color: '#3294AD'

red 50 ◦ green 148 ◦ blue 173

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

Shades of Scooter #3294AD

Tints of Scooter #3294AD

RGB

 RED value IS 50 (19.92% from 255) = 13.48%

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 13.48%
G = 39.89%
B = 46.63%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3294AD (or 0x3294AD) is known color: Scooter. HEX triplet: 32, 94 and AD. RGB value is (50,148,173). Sum of RGB (Red+Green+Blue) = 50+148+173=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #3294AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3294AD is #CD6B52. Grayscale: #797979. Windows color (decimal): -13462355 or 11375666. OLE color: 11375666.

HSL color Cylindrical-coordinate representation of color #3294AD: hue angle of 192.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3294AD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 148 173 -
CMYK 0.71 0.14 0 0.32
HSL 192.2º 0.55% 0.44% -
HSV(B) 192.2º 0.71% 0.68% -
XYZ 19.45 24.88 43.31 -
YUV 121.55 157.03 76.97 -
System Red Green Blue C M Y K H S L
Decimal 50 148 173 0.71 0.14 0 0.32 192.2 0.55 0.44
Hex 32 94 AD 47 E 0 20 C0 37 2C
Octal 62 224 255 107 16 0 40 300 67 54
Binary 110010 10010100 10101101 1000111 1110 0 100000 11000000 110111 101100

Color Harmonies of #3294AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3294AD

Black with #3294AD

Text Example


Text Example

White with #3294AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3294AD; }

 p { color: rgb(50,148,173); }

 H1.HeaderClassName
 {
   color: #3294AD;
 }
 .AnyTagClassName
 {
   color: #3294AD;
 }
</style>

background-color css

<style>
 a { background-color: #3294AD; }

 a { background-color: rgb(50,148,173); }

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

border-color css

<style>
 span { border-color: #3294AD; }

 span { border-color: rgb(50,148,173); }

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