Html Css Color HEX #3294AB Scooter

📋 copy color: '#3294AB'

red 50 ◦ green 148 ◦ blue 171

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

Shades of Scooter #3294AB

Tints of Scooter #3294AB

RGB

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

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

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

R = 13.55%
G = 40.11%
B = 46.34%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3294AB (or 0x3294AB) is known color: Scooter. HEX triplet: 32, 94 and AB. RGB value is (50,148,171). Sum of RGB (Red+Green+Blue) = 50+148+171=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #3294AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3294AB is #CD6B54. Grayscale: #797979. Windows color (decimal): -13462357 or 11244594. OLE color: 11244594.

HSL color Cylindrical-coordinate representation of color #3294AB: hue angle of 191.4º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3294AB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 148 171 -
CMYK 0.71 0.13 0 0.33
HSL 191.41º 0.55% 0.43% -
HSV(B) 191.41º 0.71% 0.67% -
XYZ 19.26 24.8 42.3 -
YUV 121.32 156.03 77.13 -
System Red Green Blue C M Y K H S L
Decimal 50 148 171 0.71 0.13 0 0.33 191.41 0.55 0.43
Hex 32 94 AB 47 D 0 21 BF 37 2B
Octal 62 224 253 107 15 0 41 277 67 53
Binary 110010 10010100 10101011 1000111 1101 0 100001 10111111 110111 101011

Color Harmonies of #3294AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3294AB

Black with #3294AB

Text Example


Text Example

White with #3294AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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