Html Css Color HEX #3288AA Scooter

📋 copy color: '#3288AA'

red 50 ◦ green 136 ◦ blue 170

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

Shades of Scooter #3288AA

Tints of Scooter #3288AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 14.04%
G = 38.2%
B = 47.75%

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

#3288AA (or 0x3288AA) is known color: Scooter. HEX triplet: 32, 88 and AA. RGB value is (50,136,170). Sum of RGB (Red+Green+Blue) = 50+136+170=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #3288AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3288AA is #CD7755. Grayscale: #717171. Windows color (decimal): -13465430 or 11175986. OLE color: 11175986.

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

Color convert

RGB 50 136 170 -
CMYK 0.71 0.20 0 0.33
HSL 197º 0.55% 0.43% -
HSV(B) 197º 0.71% 0.67% -
XYZ 17.38 21.19 41.2 -
YUV 114.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 50 136 170 0.71 0.20 0 0.33 197 0.55 0.43
Hex 32 88 AA 47 14 0 21 C5 37 2B
Octal 62 210 252 107 24 0 41 305 67 53
Binary 110010 10001000 10101010 1000111 10100 0 100001 11000101 110111 101011

Color Harmonies of #3288AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288AA

Black with #3288AA

Text Example


Text Example

White with #3288AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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