Html Css Color HEX #3288AB Scooter

📋 copy color: '#3288AB'

red 50 ◦ green 136 ◦ blue 171

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

Shades of Scooter #3288AB

Tints of Scooter #3288AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.1%

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

R = 14.01%
G = 38.1%
B = 47.9%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3288AB (or 0x3288AB) is known color: Scooter. HEX triplet: 32, 88 and AB. RGB value is (50,136,171). Sum of RGB (Red+Green+Blue) = 50+136+171=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #3288AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3288AB is #CD7754. Grayscale: #727272. Windows color (decimal): -13465429 or 11241522. OLE color: 11241522.

HSL color Cylindrical-coordinate representation of color #3288AB: hue angle of 197.36º 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 #3288AB is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 136 171 -
CMYK 0.71 0.20 0 0.33
HSL 197.36º 0.55% 0.43% -
HSV(B) 197.36º 0.71% 0.67% -
XYZ 17.47 21.23 41.7 -
YUV 114.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 50 136 171 0.71 0.20 0 0.33 197.36 0.55 0.43
Hex 32 88 AB 47 14 0 21 C5 37 2B
Octal 62 210 253 107 24 0 41 305 67 53
Binary 110010 10001000 10101011 1000111 10100 0 100001 11000101 110111 101011

Color Harmonies of #3288AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288AB

Black with #3288AB

Text Example


Text Example

White with #3288AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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